#content {
	background-color: #ffffff; 
}
#mastheadWrapper {
	background-image:url('banner-bg.jpg');
	background-repeat:no-repeat;
	background-position: 50% top;
	background-size:cover;
	height: 425px; /* max 425px so can see buttons on reg computer screens */
}

#mastheadFrame, #masthead {
	display: none;
}

.countdown_div {
	height: 113px;
	padding-top: 19px;
}

@media screen and (max-width: 1001px) { 
#mastheadWrapper {
	height: 295px; /* 69.4% */
}
}

@media screen and (max-width: 801px) { 
#mastheadWrapper {
	height: 236px; /* 55.5% */
}
}

@media screen and (max-width: 601px) { 
#mastheadWrapper {
	height: 177px; /* 41.6% */
}
}

@media screen and (max-width: 481px) { 
#mastheadWrapper {
	height: 142px; /* 33.3% */
}
}

@media screen and (max-width : 361px) {
#mastheadWrapper {
	height: 106px; /* 25% */
}	
}