.smlBanner-ex1 { float:left; width:100%; position:relative; height:315px; background-size:cover !important; }
	.smlBanner-ex1 h1 { position:absolute; top:120px; width:100%; text-align:center; color:#fff; font-size:60px; text-shadow:1px 1px 1px #000; }
	
@media only screen and (max-width: 1679px) {
	.smlBanner-ex1 { height:255px; }
	.smlBanner-ex1 h1 { top:90px; }
}
	
@media only screen and (max-width: 1279px) {
	.smlBanner-ex1 { height:169px; }
		.smlBanner-ex1 h1 { top:60px; }
}

@media only screen and (max-width: 1365px) {
	.smlBanner-ex1 h1 { top:70px; font-size:40px; }
}

@media only screen and (max-width: 992px) {
	.smlBanner-ex1 { height:129px; }
	.smlBanner-ex1 h1 { top:50px; font-size:30px; }
}

@media only screen and (max-width: 500px) {
	.smlBanner-ex1 h1 { top:40px; font-size:26px; }
	
}