body.lb-disable-scrolling {
  overflow: hidden
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgb(255 255 255 / .75);
  display: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.lightbox {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-weight: 600;
  outline: 0;
  text-align: center;
  box-shadow: 0 0 1rem 1rem rgb(0 0 0 / .05);
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: none;
  max-height: none;
}

.lightbox a img {
  border: none
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
}

.lb-prev, .lb-next {
  height: 100%;
  display: block;
}

.lb-nav a.lb-prev {
  width: 50%;
  left: 0;
  float: left;
  cursor: url(/_md/prev.svg), auto;
}

.lb-nav a.lb-next {
  width: 50%;
  right: 0;
  float: right;
  cursor: url(/_md/next.svg), auto;
}

#lightboxOverlay {
  cursor: url(/_md/clos.svg), auto;
}
