.vt_iframe_modal {
    display: none;
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 999;
}

.vt_child_iframe {
    width: 70% !important;
    height: 70% !important;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #aaa;
    background-color: rgba(220, 220, 220, 0.9);
}

.vt_child_close {
    width: 70% !important;
    position: fixed;
    top: 13%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vt_close_div {
    position: fixed;
    background-color: #eee;
    right: -20px;
    top: -20px;
    padding: 5px 14px;
    border-radius: 50%;
    box-shadow: 1px -1px 1px #ccc;
}

.vt_close_div a {
    color: #777;
    text-decoration: none;
    font-weight: bolder;
}

.vt_iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.vt_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 30px;
    pointer-events: none;
}

.vt_footer_text {
    font-size: 14px !important;
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: sans-serif;
}

.hover_text {
    position: absolute;
    top: 150px;
    left: 30px;
    color: white;
    z-index: 9999;
    text-align: left;
    text-transform: uppercase;
    font-size: 65px;
    line-height: 0.6;
    font-weight: 700;
    letter-spacing: -2px;
    font-family: 'Oswald', sans-serif;
    color: transparent;
    background-image: linear-gradient(90deg, #ffffff 50%, #b98847 50%);
    background-position: 100%;
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    transition: background-position 1s ease, transform 1s ease;
    transform: translate(-110%, 0);
    padding: 20px 0;
}

.vt_group_booking_frame {
    width: 70%;
}

@media screen and (max-width: 768px) {
    .vt_child_iframe {
        width: 90% !important;
        height: 90% !important;
    }

    .hover_text {
        font-size: 45px;
        line-height: 0.6;
    }

    .vt_group_booking_frame {
        width: 90%;
    }
}