body {
    margin: 0;
}

.iframe-hight {
    height: 99vh;
    border: 0px;
    overflow: hidden;
}

@media only screen and (orientation: landscape) {
    @media screen and (max-width:1920px) {
        .iframe-hight {
            height: 99vh;
        }
    }

    @media screen and (max-width:767px) {
        .iframe-hight {
            height: 82vh;
        }
    }
}

@media screen and (max-width:767px) {
    .iframe-hight {
        height: 100vh;
    }
}

@supports (-webkit-touch-callout: none) {

    /* CSS specific to iOS devices */
    @media screen and (max-width: 2778px) {
        .iframe-hight {
            height: 84vh;
        }
    }

    @media screen and (max-width: 551px) {
        .iframe-hight {
            height: 89vh;
        }
    }

    @media only screen and (orientation: landscape) {
        .iframe-hight {
            height: 80vh;
        }
    }
}