html, body {
    touch-action: auto;
}
html {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
}

body {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: auto;
}

iframe.main {
    height: calc(100% - 65px);
    /*margin-bottom: 60px;*/
}

iframe.th-footer {
    height: 60px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    /*width: 100%;*/
    left: 0
}

/*# sourceMappingURL=play-wrap.css.map */
