/*
========================================

    virtural_tour.css

========================================
*/
.modaal-noscroll{
    overflow: hidden;
    height: 100vh;
    }

.modaal-wrapper{
    height: auto;
    overflow: hidden;
    }
.modaal-outer-wrapper{
    height: auto;
    }
.modaal-video-container{
    position: relative;
    }
.modaal-video-container:after{
    content: "Please wait while loading…";
    position: absolute;
    top: 35vh; bottom: 0;
    left: 0; right: 0;
    color: #fff;
    margin: auto;
    font-size: 24px;
    }
.modaal-video-container iframe{
    z-index: 1;
    }

@media (max-width: 768px) {
.modaal-video-container iframe{
    max-width: none;
    }
.modaal-video-container {
    padding-bottom: calc(170.00% - 60px);
    }
}

@media only screen and (max-height: 667px) {
    .modaal-video-container iframe {
        max-height: calc(100vh - 200px);
    }
}