@charset "UTF-8";
/* CSS Document */

body, html {
overflow-y: hidden!important;
}

#main, .stage-width {
max-width: 100%;
}

@media only screen and (max-height: 900px) {
	body, html {
overflow: revert !important;
}
	
}	