.image-lightbox[hidden] {
  display: none;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: rgba(0, 0, 0, .82);
}

.image-lightbox-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.image-lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #222;
  font-size: 2rem;
  line-height: 1;
}
