.bee-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;
}

.bee-lightbox__inner {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

.bee-lightbox__inner img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bee-lightbox__close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 2rem;
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
}
