.video-popup{display:none;position:fixed;z-index:9999;right:0;bottom:0;left:0;background:#000c;justify-content:center;align-items:center;top:-30px}.video-popup-content{position:relative;width:90%;max-width:800px;background:transparent;border-radius:10px;overflow:hidden}.video-popup-content iframe{width:100%;height:450px;border:none;border-radius:10px}.close-popup{position:absolute;top:10px;right:6px;color:#fff;background:#082a4b;border-radius:50%;padding:6px 10px;font-size:20px;cursor:pointer;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.video-thumbnail{position:relative;cursor:pointer;overflow:hidden}.video-thumbnail img{transition:transform .3s ease;border-radius:15px}.video-thumbnail:hover img{transform:scale(1.05)}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
