html,
body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}
body{
    background: url(../image/landscape/background-wood-02.jpg) no-repeat fixed center;
    background-size: 100% 100%;
}
#site__header{
    position: fixed;
    top: 2%;
    left: 0;
    width: 100%;
}
#site__header .site__title{
    margin: 0;
}
#site__header .site__title img{
    display: block;
    height: 4.5vh;
    margin: 0 auto;
}
#site__body.has-footer-cover{
    padding: 0 0 5%;
}
#site__body .full{
    position: fixed;
    top: 8%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#site__body .static{
    display: block;
    width: 70%;
    margin: 0 auto;
}
#site__body .static + .static{
    margin-top: 3%;
}
#site__footer{
    position: fixed;
    bottom: 2%;
    left: 0;
    width: 100%;
}
#site__footer.cover{
    z-index: 1;
    bottom: 0;
    padding: 0.5% 0 0.3%;
    background: url(../image/landscape/background-wood-02.jpg) no-repeat fixed center;
    background-size: 100% 100%;
    box-shadow: 0 0px 5px 5px rgba(0,0,0,0.5);
}
#site__footer img{
    display: block;
    height: 4.5vh;
    margin: 0 auto;
}
.responsive--portrait{
    display: none !important;
}
@media (max-aspect-ratio: 1/1){
    .responsive--landscape{
        display: none !important;
    }
    .responsive--portrait{
        display: block !important;
    }
    #site__body .static{
        width: 90%;
    }
    #site__body.has-footer-cover{
        padding: 0 0 15%;
    }
}
