.video-modal-overlay {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}
.video-modal-overlay.active {
    display: flex;
}
.video-modal-content {
    background: #fff;
    padding: 1rem;
    position: relative;
    max-width: 800px;
    width: 100%;
}
.video-modal-close {
    position: absolute;
    top: -1.2em;
    right: 0em;
    font-size: 3.5rem;
    cursor: pointer;
    color: #fafa00;
}
.video-popup-1-thumbnail {
    cursor: pointer;
    max-width: 100%;
}
.video-popup-1-link {
    text-decoration: underline;
    cursor: pointer;
}
