.vcip-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(8, 16, 24, .86);
    padding: 24px;
}

.vcip-lightbox.is-open {
    display: flex;
}

.vcip-lightbox img {
    max-width: min(1100px, 94vw);
    max-height: 78vh;
    object-fit: contain;
    background: #111;
}

.vcip-lightbox figure {
    margin: 0;
    text-align: center;
}

.vcip-lightbox figcaption {
    min-height: 22px;
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
}

.vcip-lightbox button {
    position: absolute;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 24px;
    cursor: pointer;
}

.vcip-lightbox__close {
    top: 16px;
    right: 16px;
}

.vcip-lightbox__nav {
    top: 50%;
    transform: translateY(-50%);
}

.vcip-lightbox__prev {
    left: 16px;
}

.vcip-lightbox__next {
    right: 16px;
}

.vcip-lightbox-open {
    overflow: hidden;
}
