
.vpvg-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.vpvg-lightbox-inner {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}
.vpvg-lightbox-inner video {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.vpvg-lightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}
.item-video,
.item-video-thumb {
    position: relative;
    cursor: pointer;
}
.vpvg-cover,
.vpvg-cover-thumb {
    width: 100%;
    height: auto;
    display: block;
}
.vpvg-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.vpvg-play-icon:before {
    content: "";
    border-style: solid;
    border-width: 8px 0 8px 14px;
    border-color: transparent transparent transparent #fff;
    margin-left: 3px;
}
