/**handles:popup-style**/
.video-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:1000}.video-modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;width:90%;height:90%;max-width:1200px;max-height:800px;box-shadow:0 4px 8px rgba(0,0,0,.2);border-radius:10px}.video-container{width:100%;height:100%;overflow:hidden}iframe{width:100%;height:100%;border:none}.close-button{position:absolute;top:-15px;right:-15px;width:40px;height:40px;background-color:rgba(0,0,0,.8);color:#fff;font-size:30px;font-weight:700;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:1001;transition:background-color .3s ease,transform .3s ease}.close-button:hover{background-color:red;transform:rotate(45deg)}.video-modal:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:-1}