::-webkit-scrollbar {
    display: none;
}

.fullpage__tablet {
    height: -webkit-calc(100% - 0px);
    height: calc(100% - 0px);
    /*display: block;*/
}

.fullpage__tablet .main-header {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.fullpage__tablet main {
    background-image: url(../../images/tablet-background.png);
    background-size: 840px;
    background-repeat: no-repeat;
    background-position: center 40px;
    overflow: initial;
}

.iframe__tablet {
    padding: 80px 0 50px;
    width: 767px;
    margin: auto;
    overflow: initial;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
}

.iframe__tablet iframe { 
    height: 1020px;
    border-radius: 10px;
}