.weevp-gallery-slide { position: relative; width:100%; height: 100%; overflow: hidden; }
.weevp-video, .weevp-archive-video, .weevp-embed-wrap iframe { width:100%; height:100%; object-fit: cover; display:block; }
.weevp-archive-preview { position: absolute; inset:0; z-index: 1; }
.weevp-lightbox { position: fixed; left:0; top:0; right:0; bottom:0; background: rgba(0,0,0,0.85); z-index: 9999; display:flex; align-items:center; justify-content:center; }
.weevp-lightbox-inner { position: relative; width:90%; max-width: 1100px; }
.weevp-lightbox-close { position:absolute; right:-30px; top:-30px; background:#fff; border-radius:50%; width:44px; height:44px; border:none; cursor:pointer; }
.weevp-lightbox-content iframe { width:100%; height:600px; }
