div#tour {
    min-height: 83vw;
}

#tour .relative.w-full.overflow-auto {
    padding-top: 12vw;
}

#tour iframe {
    padding-top: 9vw;
}

@media only screen and (max-width:1023px) and (orientation: portrait) {
    div#tour {
        min-height: 280vw;
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) and (orientation: portrait) {
    div#tour {
        min-height: 160vw;
    }
}

@media only screen and (min-width:1024px) and (max-width:1024px) and (orientation: portrait) {
    div#tour {
        min-height: 110vw;
    }
}

@media only screen and (max-width:932px) and (orientation: landscape) {
    div#tour {
        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 {
        min-height: 105vw;
    }

    body .bodywrapper.hometour-pg:before {
        top: 12%;
    }
}

@media only screen and (min-width:1920px) {
    div#tour {
        min-height: 110vh;
    }
}