.project {
  cursor: zoom-in;
}

.production-wrap {
  padding-top: 150px;
  padding-bottom: 10px;
}

.work-lightbox {
  width: min(92vw, 1100px);
  max-height: 92vh;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}

.work-lightbox::backdrop {
  background: rgba(16, 16, 15, 0.88);
  backdrop-filter: blur(8px);
}

.work-lightbox img {
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
  background: #10100f;
}

.work-lightbox button {
  position: absolute;
  z-index: 2;
  top: -18px;
  left: -18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #ff5b22;
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

@media (max-width: 560px) {
  .production-wrap {
    padding-top: 100px;
  }

  .work-lightbox button {
    top: 8px;
    left: 8px;
  }
}
