// ============================================================================
// :: Visuals
// ============================================================================
.o-visuals {
	display: flex;
	flex-direction: row;

	.m-section__image {
		flex: 1;
		height: 15rem;

		@include respond-at($screen-small-base) {
			height: 40rem;
		}
	}
}
