.lightbox[hidden]{display:none}.lightbox{position:fixed;inset:0;background:#050705f2;z-index:110;display:grid;grid-template-columns:70px minmax(0,1fr) 70px;align-items:center;justify-items:center;padding:40px}.lightbox figure{max-width:min(1000px,85vw);max-height:90vh}.lightbox img{max-height:78vh;width:auto;max-width:100%;object-fit:contain;margin:auto}.lightbox figcaption{text-align:center;color:#ddd;margin-top:.7rem;font:600 .65rem var(--mono)}.lightbox>button{width:45px;height:45px;border:1px solid #ffffff44;background:transparent;color:#fff;font-size:2rem}.lightbox>button:first-child{position:absolute;right:24px;top:20px}.lightbox__prev{grid-column:1}.lightbox__next{grid-column:3}