@charset "utf-8";
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}
.lightbox-content {
    position: relative;
    width: 80%;
    max-width: 900px;
}
.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.video-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.close-btn {
    position: absolute;
    top: -35px;
    right: 0;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
.imgBox iframe.yt-hover-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    border: 0;
    pointer-events: none;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.75);
    z-index: 15;
    pointer-events: none;
    transition: opacity .2s ease;
}