
.mi-template-body
{
	&.template-active {
		overflow: hidden;	
	}
}

.mib {
	overflow: hidden;
	visibility: visible;

	background: inherit; 
	opacity: 1; 
	position: fixed; 
	top: 0; 
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999; // not our idea, some template shits like high numbers
	//min-height: 640px;
	height: 100%;
	

}

form { 
	width: 100%; 
	height: 100%; 
}


@import 'animate' ;
