div#tour {
    min-height: 83vw;
}

#tour .relative.w-full.overflow-auto {
    padding-top: 12vw;
}

#tour iframe {

    min-height: 83vw;
}

@media only screen and (max-width:1023px) and (orientation: portrait) {

    div#tour,
    #tour iframe {
        min-height: 280vw;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) and (orientation: portrait) {

    div#tour,
    #tour iframe {
        min-height: 160vw;
    }
}

@media only screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {

    div#tour,
    #tour iframe {
        min-height: 110vw;
    }
}

@media only screen and (max-width:932px) and (orientation: landscape) {

    div#tour,
    #tour iframe {
        min-height: 160vw;
    }
}

@media only screen and (min-width:1024px) and (max-width:1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

    div#tour,
    #tour iframe {
        min-height: 105vw;
    }
}

@media only screen and (min-width:1920px) {

    div#tour,
    #tour iframe {
        min-height: 110vh;
    }
}