.video-box {
cursor: pointer;
position: relative; 
} .vimeo-modal-overlay {
position: fixed;
inset: 0;
background: rgba(0,0,0,0.85);
display: flex;
align-items: center;
justify-content: center;
z-index: 999999;
padding: 20px;
}
.vimeo-modal-content {
width: min(1100px, 90%);
height: min(620px, 70vh);
background: #000;
position: relative;
border-radius: 6px;
overflow: hidden;
}
.vimeo-modal-content iframe {
width: 100%;
height: 100%;
border: 0;
}
.vimeo-modal-close {
position: absolute;
top: 8px;
right: 8px;
width: 34px;
height: 34px;
font-size: 18px;
font-weight: bold;
color: black !important;
background: #6ec1e4 !important;
border-radius: 6px;
border: none;
cursor: pointer;
z-index: 10;
padding: 0 !Important;
}
.vimeo-modal-close:hover {
background: #008ba0 !important;
color: white !important;
}