@charset "UTF-8";
/* CSS Document */

#hp-intro { 
	background: url("../images/bg-dome-awning.jpg") 50% 0 fixed; 
	height: auto;  
	margin: 0 auto; 
	width: 100%; 
	position: relative; 
	padding: 0px 0;
}


@media only screen and (max-width: 769px) {
#hp-intro { 
	background: url("../images/bg-mobile-dome-awning.jpg") 50% 0 fixed; 
}
}