.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;
}

.absvh {
    position: absolute;
    height: 100vh;
}

#clicktofull {
    margin: 0;
    position: fixed;
	/* display:none; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url(../img/swipe.gif); */
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff01;
	/* opacity:0.1; */
	/* filter:alpha(opacity=30); */
	/* -moz-opacity:0.3; */
    z-index: 1000;
    background-size: contain;
    opacity: .95;
    overflow: hidden;
}

.wait {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 50vh;
    height: 1.5vw;
    color: #ffd287;
}