/************************************
*	Beloit College - Image Web CSS	*
*	By: Nick Mischler  				*
*************************************/

@charset "utf-8";
/* CSS Document */


div#image_web_banner {
	height: 5em;
	background: #F00;
}

div#image_web_wrapper {
	/*padding: 1%; /* Needs accomidation in JS. */
	width: 100%;
}

div#image_web_container {
	height: 100%;
	width: auto;
	margin: 0 auto;
	position: relative;
}

img#image_web_image {
	height: 100%;
	width: auto;
	margin: 0 auto;
	display: block;
}

img.image_web_button {
	position: absolute;
	height: 75px;
	width: 75px;
}


/*Above is Mobile*/
@media screen and (min-width: 1024px){
/*Below is Web*/


div#image_web_banner {
    height: 9em;
}

}