.luallole-zoom-overlay{
 position: fixed;
 inset: 0;
 background: rgba(0,0,0,.75);
 display: none;
 align-items: center;
 justify-content: center;
 padding: 24px;
 z-index: 999999;
 cursor: zoom-out;
}

.luallole-zoom-overlay.is-open{
 display: flex;
}

.luallole-zoom-overlay img{
 width: min(98vw, 1600px);
 height: auto;
 max-height: 96vh;
 object-fit: contain;
 border-radius: 10px;
 box-shadow: 0 20px 60px rgba(0,0,0,.55);
}