
/* Position Maximage relatively (this is not default) */
div.mc-image {    
    -webkit-background-size: cover;
    -moz-background-size:  cover;
    -o-background-size:  cover;
    background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.view_container {
	height:auto;
}
