.imgLightbox {
  height: 100vh;
  width: 100vw;
  position: fixed;
  overflow: hidden;
  cursor: url(/assets-site/images/miscellaneous/close-cursor.png), auto !important;
  /* /var/www/html/craftcms/cms/web/assets-site/images/miscellaneous/close-cursor.png */

  z-index: 3000;
  top: 100px;
  bottom: 0;
  opacity: 0;
  opacity: 0;
  display: none;
  transition: all 300ms ease-in-out;
}

.screenshot-background-image {
  width: 110%;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  opacity: 1;
  z-index: 1000;
}

.open {
  opacity: 1;
  pointer-events: auto;
  display: block;
}