#videoModal #videoFrame.thcman-frame-hidden {
    display: none !important;
}

#videoModal #thcmanDirectVideo {
    display: none;
    width: min(960px, 90vw);
    max-height: 80vh;
    background: #000;
    border-radius: 12px;
}

#videoModal #thcmanDirectVideo.is-active {
    display: block;
}

