// =============================================================================
// :: Logo
// =============================================================================
.c-logo {
	display: block;

	width: 6.5rem;
	height: 4.5rem;

	@include respond-at(get-breakpoint("desktop")) {
		width: 9rem;
		height: 6.2rem;
	}
}

// =============================================================================
// :: Elements
// =============================================================================
.c-logo__visual {
	width: 100%;
	max-width: 100%;
}
