.lightbox { border: 0; padding: 0; background: transparent; max-width: 95vw; max-height: 95vh; overflow: visible; }
.lightbox::backdrop { background: rgb(0 0 0 / 0.8); }
.lightbox figure { margin: 0; }
.lightbox img { display: block; max-width: 90vw; max-height: 85vh; }
.lightbox figcaption { color: #fff; font: 12px/1.6 Verdana, sans-serif; text-align: center; }
.lightbox button { position: absolute; background: none; border: 0; color: #fff; font-size: 40px; cursor: pointer; padding: 0 12px; }
.lightbox-close { top: -44px; right: 0; }
.lightbox-prev { left: -48px; top: 45%; }
.lightbox-next { right: -48px; top: 45%; }
.lightbox-single .lightbox-prev, .lightbox-single .lightbox-next { display: none; }
