.gallery-item{display:grid;place-items:center;aspect-ratio:3/4;overflow:hidden;border:0;border-radius:0;background:#173335;padding:0;width:100%;cursor:zoom-in}.gallery-item img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .35s}.gallery-item:hover img{transform:scale(1.02)}.lightbox{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:24px;background:rgba(0,0,0,.88);cursor:zoom-out}.lightbox[hidden]{display:none}.lightbox img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}@media(max-width:800px){.lightbox{padding:14px}}
