/* play overlay */
.weevidpro-thumb-wrap { position:relative; display:inline-block; margin:4px; }
.weevidpro-thumb-inner { position:relative; overflow:hidden; border-radius:6px; }
.weevidpro-thumb-img { display:block; width:100%; height:auto; max-width:150px; }
.weevidpro-no-thumb { width:150px; height:90px; display:flex; align-items:center; justify-content:center; background:#eee; color:#333; }
.weevidpro-play-overlay { position:absolute; left:0; right:0; top:0; bottom:0; display:flex; align-items:center; justify-content:center; opacity:0.95; pointer-events:none; }
.weevidpro-play-icon { width:56px; height:56px; background:rgba(0,0,0,0.5); border-radius:50%; display:inline-block; position:relative; }
.weevidpro-play-icon:after { content:''; position:absolute; left:22px; top:16px; width:0; height:0; border-left:16px solid #fff; border-top:10px solid transparent; border-bottom:10px solid transparent; }

/* lightbox */
#weevidpro-lightbox { display:none; position:fixed; z-index:99999; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.85); align-items:center; justify-content:center; }
#weevidpro-lightbox .weevidpro-lb-inner { max-width:90%; max-height:90%; width:100%; }
#weevidpro-lightbox video, #weevidpro-lightbox iframe { width:100%; height:auto; max-height:80vh; display:block; background:#000; }
#weevidpro-lightbox .weevidpro-close { position:absolute; top:20px; right:20px; color:#fff; font-size:28px; cursor:pointer; }

/* hover preview */
.weevidpro-hover-preview { position: absolute; width:100%; height:100%; left:0; top:0; object-fit:cover; display:none; pointer-events:none; }
