/* ******************** */
/*		Find Us			*/
/* ******************** */

#findus {
	animation: slideInLeft;
	animation-duration: 1s
}

#maps {
	margin-top: -600px;
}

#maps #map {
	height: 600px;
	animation: slideInRight;
	animation-duration: 1s;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Only on contact page: left side rounded */
#maps #map.map-rounded-left {
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}

/* ******************** */
/*	Mobile		*/
/* ******************** */

@media (max-width: 991.98px) {
	#maps {
		margin-top: 0;
	}

	#maps #map {
		height: 350px;
	}
}