.king-gallery-video-slide { position: relative; overflow: hidden; }
.king-gallery-video-slide .king-gallery-video-link { display:block; position:relative; cursor:pointer; }
.king-gallery-video-slide img.king-gallery-video-thumb { width:100%; height:auto; display:block; object-fit:cover; }
.king-gallery-video-play {
    position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
    width:74px; height:74px; border-radius:50%; background:rgba(0,0,0,.68);
    box-shadow:0 3px 15px rgba(0,0,0,.35); z-index:5;
}
.king-gallery-video-play:before {
    content:''; position:absolute; left:30px; top:22px;
    border-left:24px solid #fff; border-top:15px solid transparent; border-bottom:15px solid transparent;
}
.king-gallery-video-link:hover .king-gallery-video-play { background:rgba(0,0,0,.82); }
.flex-control-thumbs li img[src*="img.youtube.com"] { object-fit:cover; }

.king-video-modal {
    position:fixed; inset:0; z-index:999999; background:rgba(0,0,0,.86);
    display:flex; align-items:center; justify-content:center; padding:24px;
}
.king-video-modal-inner { width:min(960px, 94vw); aspect-ratio:16/9; background:#000; }
.king-video-modal-inner iframe { width:100%; height:100%; border:0; display:block; }
.king-video-modal-close {
    position:fixed; right:22px; top:18px; width:44px; height:44px; border:0; border-radius:50%;
    background:rgba(255,255,255,.16); color:#fff; font-size:34px; line-height:40px; cursor:pointer; z-index:1000000;
}
body.king-video-modal-open { overflow:hidden; }

.king-pswp-video-overlay {
    position:absolute; inset:0; z-index:1500; display:flex; align-items:center; justify-content:center;
    background:rgba(0,0,0,.04); pointer-events:none;
}
.king-pswp-video-box { width:min(960px, 82vw); aspect-ratio:16/9; background:#000; pointer-events:auto; box-shadow:0 8px 40px rgba(0,0,0,.35); }
.king-pswp-video-box iframe { width:100%; height:100%; border:0; display:block; }
.pswp.king-pswp-showing-video .pswp__img { opacity:0 !important; }
@media (max-width: 768px){
    .king-video-modal { padding:12px; }
    .king-pswp-video-box { width:94vw; }
    .king-gallery-video-play { width:58px; height:58px; }
    .king-gallery-video-play:before { left:24px; top:17px; border-left-width:20px; border-top-width:12px; border-bottom-width:12px; }
}
