#fullscreen-lightbox {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: zoom-out;
}

#fullscreen-lightbox img {
  display: block;
  max-width: 80%;
  max-height: 90%;
  cursor: zoom-out;
}

.lightbox-enabled {
  cursor: zoom-in;
}
