iframe{
    border: unset!important;
    z-index: 10000;
    position: relative;
    top: 0;
    left: 0;
}
#overCover {
    position: absolute;
    z-index: 20000;
    background-color: white;
    opacity: 0.7;
}
#main-container{
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
}
#sub-cover {
    position: relative;
    height: 100%;
    width: 100%;
}
#pushUp-img{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

@media screen and (orientation:portrait) {
    body{
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
    }
    #mobileFrame, #overCover, #main-container {
        width: 100vh;
        height: 100vw;
    }
}
@media screen and (orientation:landscape) {
    #mobileFrame, #overCover, #main-container {
        width: 100vw;
        height: 100vh;
    }
}


.main.GameIndex{
    position: inherit;
    display: inline-block;
    width: 100%
}
.main{
    min-height: 100vh;
    z-index: 10;
}
.mainFrame {
    width: 100%;
    height: 100%;
}

.wrapper-play-game {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #000;*/
    z-index: 2005;
    display: flex;
    align-items: center;
    transition: transform .25s ease-in-out 0ms;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.wrapper-play-game .main-frame {
    margin-left: auto;
    margin-right: auto;
}
.wrapper-play-game .main-frame .frame-play {
    width: 100%;
    height: 100%;
}
#footer {
    width: 100%;
    height: 0;
}