/* Contact Styles */
.home8-map{
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	&.contact-page{
		height: 550px;
		@include media-breakpoint-down(lg){
			height: 350px;
			position: relative;
		}
	}
}
.home10-map{
	height: 700px;
	@include media-breakpoint-down(lg){
		height: 350px;
	}
}