.lightbox {
  width: min(1100px, 94vw);
  height: min(88vh, 850px);
  padding: 0;
  border: 0;
  background: #050505;
  overflow: hidden;
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(5px);
}

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

.lightbox button {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  font-size: 1.8rem;
  line-height: 1;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  cursor: pointer;
  z-index: 2;
}
