.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;
color: #fff;
background: rgba(255,255,255,0.1);
border-radius: 6px;
border: none;
cursor: pointer;
z-index: 10;
}