/* `Maximage
------------------------------------------------------------------------------*/
#maximage {
	position: fixed !important;
	display: none; }
body .mc-cycle {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
	overflow: hidden;
	width: 100%;
	height: 100%; }
div.mc-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: opacity .75s ease-in-out; }
.mc-old-browser .mc-image,
.mc-hide-scrolls {
	overflow: hidden; }
div.mc-image img{
	position: absolute;
	
}