.mask {
    height: 150vh;
    width: 100%;
    z-index: 20;
    display: none;
    position: absolute;
    top: 0%;
}

#swipe {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/en_swipe_v2.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000;
    z-index: 1000;
    background-size: contain;
    opacity: .95;
    overflow: hidden;
}
#swipe2 {
	visibility: hidden;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/en_orientation.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000;
    z-index: 1000;
    background-size: contain;
    opacity: .95;
    overflow: hidden;
}
/* #orientation { */
    /* margin: 0 auto; */
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* background: url(../img/en_orientation.gif); */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* background-color: #000; */
    /* z-index: 1000; */
    /* background-size: contain; */
    /* visibility: hidden; */
    /* opacity: .95; */
/* } */

.absvh {
    position: absolute;
    height: 100vh;
}


.wait {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 50vh;
    height: 1.5vw;
    color: #ffd287;
}