#contact .banner .background {
    min-height: 250px !important;
	object-position: 65% 40%;
	max-height: 400px !important;
}
#contact .banner .container h1 {
	font-size: 4.25rem;
	line-height: 4.5rem;
	font-weight: bold;
	text-shadow: 0 0 10px rgba(0,0,0, .5);
}

#contact .maps {
	width: 100%;
	height: 400px;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -o-border-radius: 1rem;
    position: relative;
    overflow: hidden;
}
#contact .maps iframe {
	width: 100%;
	height: 100%;
}

.icon-size {
	font-size: 1.5rem;
}

@media (max-width: 440px) {
    #contact .banner .container h1 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	#contact .maps {
		height: 275px;
	}
	.icon-size {
		font-size: 1.15rem;
	}
}

@media (min-width: 441px) and (max-width: 575px) {
    #contact .banner .container h1 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
	#contact .maps {
		height: 300px;
	}
	.icon-size {
		font-size: 1.25rem;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
	#contact .banner .container h1 {
		font-size: 2.5rem;
		line-height: 2.75rem;
	}
	#contact .maps {
		height: 325px;
	}
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
 	#contact .banner .container h1 {
		font-size: 3.25rem;
		line-height: 3.5rem;
	}
	#contact .maps {
		height: 350px;
	}
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
	#contact .banner .container h1 {
		font-size: 4rem;
		line-height: 4.25rem;
	}
	#contact .maps {
		height: 350px;
	}
}  
@media (min-width: 1200px) {

}