body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    backface-visibility: hidden;
}

/*#overlay {
    background-color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0.08;
}*/

#scene {
    padding: 0;
    margin: 0;
    width: 115%;
    height: 120vh;
    overflow: hidden;
    top: -5%;
    left: -5%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    display: none;
}

main {
    width: 100%;
    height: 100vh;
    overflow: hidden;    
}

/*.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 101;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: center;
}

.wrapper img {
  width: 350px;
  height: auto;
}*/

.layer {
    width: 110%;
    height: 120vh;
    overflow: hidden;
}
.layer6 {
  
    position: absolute;
    width: 100%;
    height: 100%;
    left: -5%;
    top: -5%;
}
.layer6>a{
	display: block;
	position: absolute;
	z-index: 999;
	width: 4.6875%;
}
.layer6>a img{
	max-width: 100%;
	height: auto;
}
.layer6>a:nth-last-of-type(5){
	top:52%;
	left:26%;
	
}
.layer6>a:nth-last-of-type(4){
	top:39%;
	left: 31%;
	
}
.layer6>a:nth-last-of-type(3){
	top:37.6%;
	left:62%;
	
}
.layer6>a:nth-last-of-type(2){
	top:47.6%;
	left:67%;
	
}
.layer6>a:nth-last-of-type(1){
	top:38.6%;
	left:72%;
	
}
.layer5 {
   background-image: url(../img/mzg_logo.png);
    background-repeat:no-repeat ;
    background-size: 36.1% 21.1%;
    background-position:51% 84%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -5%;
    top: -5%;
}
.layer4 {
    background-image: url(../img/mzg03.png);
    background-repeat:no-repeat ;
    background-size: 25.3% 72.3%;
    background-position:50% 55%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -5%;
    top: -5%;
}
.layer3 {
    background-image: url(../img/mzg02.png);
    background-repeat:no-repeat ;
    background-size: 28.8% 47%;
    background-position:right bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -5%;
    top: -5%;
}
.layer2 {
    background-image: url(../img/mzg01.png);
    background-repeat:no-repeat ;
    background-size: 85% 77%;
    background-position:76% 55%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -5%;
    top: -5%;
}

.layer1 {
    background-image: url(../img/mzg_bg.jpg);
    background-repeat:no-repeat ;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -5%;
    top: -5%;
}

/*@media (max-width:700px) {
    .layer2 {
        background-size: cover;
        background-position: center;
        position: absolute;
        width: 167%;
        height: 77vh;
        left: -69%;
        top: 27%;
    }
    
    .layer1 {
        background-position: center;
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 115%;
        left: -5%;
        top: -1%;
    }    
    
    .wrapper img {
        width: 180px;
        height: auto;
    }
}*/