.rg-lightbox {
    width:min(896px,94vw);
    max-width:94vw;
    padding:0;
    border:0;
    border-radius:16px;
    background:#1d0e30f7;
    color:white;
    overflow:hidden
}
.rg-lightbox::backdrop {
    background:#000b;
    backdrop-filter:blur(3px)
}
.rg-lightbox figure {
    margin:0
}
.rg-lightbox img {
    width:100%;
    max-height:80vh;
    object-fit:contain;
    display:block
}
.rg-lightbox figcaption {
    text-align:center;
    padding:16px;
    font-family:'Caveat',cursive;
    font-size:20px
}
.rg-lightbox button {
    z-index:2;
    position:absolute;
    border:0;
    background:#0005;
    border-radius:8px;
    color:white;
    width:40px;
    height:40px;
    font-size:28px;
    cursor:pointer
}
.rg-lightbox button:hover {
    background:#ffffff33
}
.rg-lightbox button:disabled {
    visibility:hidden
}
.rg-close {
    right:16px;
    top:16px
}
.rg-prev {
    left:16px;
    top:45%
}
.rg-next {
    right:16px;
    top:45%
}
.rg-modal-open {
    overflow:hidden
}
.rg-empty {
    text-align:center;
    padding:80px 0
}
