/*
Theme Name: ANU 4.0
Theme URI: http://webpublishing.anu.edu.au/
Description: The official ANU Wordpress theme
Version: 4.0
Author: webstyle@anu.edu.au
Author URI: http://webpublishing.anu.edu.au/
Tags: three columns, anu styles
*/

.img-event {
	width : 100%;
    height : 215px;
    background-position : center center;
    background-repeat : no-repeat;
    overflow : hidden;
	margin-bottom : 10px;
}

.img-event img {
	width : 100%;
	min-height: 100%;
	min-width: 100%;

    /* IE 8 */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* modern browsers */
    opacity: 0;
}
