#szi-lightbox-root{
    position:fixed;
    inset:0;
    display:none;
    align-items:center;
    justify-content:center;
    background:rgba(0,0,0,.85);
    z-index:999999;
    padding:24px;
    box-sizing:border-box;
}
#szi-lightbox-root.szi-open{ display:flex; }
#szi-lightbox-img{
    max-width:95vw;
    max-height:85vh;
    width:auto;
    height:auto;
    box-shadow:0 10px 30px rgba(0,0,0,.5);
}
#szi-lightbox-close{
    position:absolute;
    top:14px;
    right:18px;
    font-size:38px;
    line-height:38px;
    width:44px;
    height:44px;
    border:0;
    background:transparent;
    color:#fff;
    cursor:pointer;
}
#szi-lightbox-caption{
    position:absolute;
    bottom:16px;
    left:16px;
    right:16px;
    color:#fff;
    font-size:14px;
    line-height:1.4;
    text-align:center;
    opacity:.9;
    pointer-events:none;
}