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

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

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

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

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

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.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;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

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

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

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

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

/* Icon overlay - larger image*/
.icon-overlay {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  padding: 5px 5px;
  border-radius: 50%;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.icon-overlay svg {
  -webkit-filter: drop-shadow( 0px 0px 1px rgba(0, 0, 0, .3));
  filter: drop-shadow( 0px 0px 1px rgba(0, 0, 0, .3));
}

.item:hover .icon-overlay {
  opacity: 1;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg width="20px" height="20px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>ic_fluent_resize_image_24_regular</title><desc>Created with Sketch.</desc><g id="🔍-Product-Icons" stroke="none" stroke-width="1" fill="%23ffffff" fill-rule="%23ffffff"><g id="ic_fluent_resize_image_24_regular" fill="%23ffffff" fill-rule="nonzero"><path d="M21.25,13 C21.6296958,13 21.943491,13.2821539 21.9931534,13.6482294 L22,13.75 L22,18.75 C22,20.4830315 20.6435452,21.8992459 18.9344239,21.9948552 L18.75,22 L14.0821526,22.0001508 C14.6184396,21.614656 15.0554244,21.0997106 15.3473717,20.50105 L18.75,20.5 C19.6681734,20.5 20.4211923,19.7928897 20.4941988,18.8935272 L20.5,18.75 L20.5,13.75 C20.5,13.3357864 20.8357864,13 21.25,13 Z M11.75,9 C13.5449254,9 15,10.4550746 15,12.25 L15,18.75 C15,20.5449254 13.5449254,22 11.75,22 L5.25,22 C3.45507456,22 2,20.5449254 2,18.75 L2,12.25 C2,10.4550746 3.45507456,9 5.25,9 L11.75,9 Z M7.71761187,17.3534213 L7.61611652,17.4445436 L4.66340036,20.3992635 C4.84677699,20.4644898 5.04424157,20.5 5.25,20.5 L11.75,20.5 C11.9557584,20.5 12.153223,20.4644898 12.3365996,20.3992635 L9.38388348,17.4445436 C8.96081549,17.0214757 8.30993487,16.9650666 7.82611684,17.2753165 L7.71761187,17.3534213 L7.71761187,17.3534213 Z M11.75,10.5 L5.25,10.5 C4.28350169,10.5 3.5,11.2835017 3.5,12.25 L3.5,18.75 C3.5,18.9557584 3.53551019,19.153223 3.60073647,19.3365996 L6.55545635,16.3838835 C7.58465058,15.3546892 9.22665998,15.3118062 10.3069221,16.2552342 L10.4445436,16.3838835 L13.3992635,19.3365996 C13.4644898,19.153223 13.5,18.9557584 13.5,18.75 L13.5,12.25 C13.5,11.2835017 12.7164983,10.5 11.75,10.5 Z M11,12 C11.5522847,12 12,12.4477153 12,13 C12,13.5522847 11.5522847,14 11,14 C10.4477153,14 10,13.5522847 10,13 C10,12.4477153 10.4477153,12 11,12 Z M18.75,2 C20.4830315,2 21.8992459,3.35645477 21.9948552,5.06557609 L22,5.25 L22,10.25 C22,10.6642136 21.6642136,11 21.25,11 C20.8703042,11 20.556509,10.7178461 20.5068466,10.3517706 L20.5,10.25 L20.5,5.25 C20.5,4.3318266 19.7928897,3.57880766 18.8935272,3.5058012 L18.75,3.5 L13.75,3.5 C13.3357864,3.5 13,3.16421356 13,2.75 C13,2.37030423 13.2821539,2.05650904 13.6482294,2.00684662 L13.75,2 L18.75,2 Z M10.25,2 C10.6642136,2 11,2.33578644 11,2.75 C11,3.12969577 10.7178461,3.44349096 10.3517706,3.49315338 L10.25,3.5 L5.25,3.5 C4.3318266,3.5 3.57880766,4.20711027 3.5058012,5.10647279 L3.5,5.25 L3.49995678,8.65213751 C2.90086677,8.9440857 2.38556009,9.38125981 1.9998492,9.91784739 L2,5.25 C2,3.51696854 3.35645477,2.10075407 5.06557609,2.00514479 L5.25,2 L10.25,2 Z"></path></g></g></svg>');
  width: 20px;
  height: 20px;
}