/*#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%);
}

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;
}

/*.layer2 {
    /*background-image: url(3.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    font-size: 45px;
    color: #fff;
    text-align: center;
    margin-top: -70px;
    text-shadow: 1px 1px 13px #040404;
}*/
.layer2 {
    background-size: cover;
    background-position: center;
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    font-size: 45px;
    color: #fff;
    text-align: center;
    margin-top: -70px;
    
    left: 50%;
    transform: translateX(-50%);
}


.layer3 {
    background-image: url(txt.png);
    background-size: 52%;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 200px;
    top: 23%;
    font-size: 60px;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    z-index: 99;
}

.layer1 {
    background-image: url(banner01.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.layer4 {
    background-image: url(banner02.png);
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


@media screen and (max-width:1500px) {
    .layer3 {top: 20%;}
}

@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;
    }
}