#banner {
	position:fixed;
	width: 100%;
	height: 100%;
	top:0px;
	margin: auto;
	padding-top: 100px;
	display:none;
	z-index: 10000;
	text-align: center;
	vertical-align: middle;
}

#bg-overlay {
	position:fixed;
	width: 100%;
	height: 100%;
	top:0px;
	margin: auto;
	padding-top: 100px;
	display:none;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.5);
}

#banner-img{ 
	text-align:center; 
	height: 600px; 
	width: 1200px; 
}

#banner-img-mobile { display: none; }

#dismiss-banner {
	background-color: #000000;  
	opacity: 0.7;
	z-index:1000000; 
	width: 120px; 
	height: 40px; 
	position: absolute; 
	top: 110px; 
	margin-left: -130px; 
	font-size: 25px; 
	border: 0px; 
	color: white; 
	font-weight: bold;
}

@media (max-width: 1200px) {

	#banner-img{ 
		text-align:center; 
		width: 960px; 
		height: 480px; 
	}

}



@media (max-width: 960px) {
	
	
	#banner-img{ 
		text-align:center; 
		width: 640px; 
		height: 320px; 
	}

}

@media (max-width: 640px) {
	
#banner {
	padding-top: 40px;
	text-align: center;
	margin:auto;
}

#banner-img{ 
text-align:center; 
width: 90%; 
height: 180px;
display: none;
}

#banner-img-mobile { display: block; width: 100%; }
	
#dismiss-banner {
	background-color: #000000;  
	opacity: 0.7;
	z-index:100000; 
	width: 60px; 
	height: 20px; 
	position: absolute; 
	top: 45px; 
	margin-left: 90px; 
	font-size: 12px; 
	border: 0px; 
	color: white; 
	font-weight: bold;
}
	
}