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

body, html {
overflow: initial!important;
}

.full-width {
display: block;

}

#main, .stage-width {
max-width: 1200px!important;
}

.stage-content {
width: 100%;
top: 0%;
left: 0%;
position: absolute;
transform: translate(-0%, -0%);
}

@media only screen and (max-width: 480px) {
#main {
margin-top: 80px !important;
}
	}