.image-box {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999999; /* Sit on top */
  padding-top: 40px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.86);
  /* Modal Content */
  /* Add Animation */
  /* The Close Button */
}
.image-box .image-box-left {
  position: fixed;
  top: 50%;
  left: 30px;
}
.image-box .image-box-right {
  position: fixed;
  top: 50%;
  right: 30px;
}
.image-box .image-box-content {
  position: relative;
  margin: auto;
  padding: 0;
  max-width: 90%;
  min-width: 150px;
  max-height: 90%;
  width: 90%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  overflow: hidden; /* Enable scroll if needed */
  text-align: center;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.image-box .close {
  color: white;
  float: right;
  font-size: 30px;
  font-weight: bold;
  position: fixed;
  right: 20px;
  padding: 0;
  opacity: 1;
  top: 15px;
  line-height: 1;
}
.image-box .close:hover,
.image-box .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.image-box .image-box-header {
  padding: 9px 17px;
  color: white;
  position: fixed;
  width: 90%;
  left: 0;
  top: 0;
}
.image-box .image-box-body {
  max-height: 100%;
  height: 80vh;
}
.image-box .image-box-body img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.image-box .image-box-body img.lazy-img {
  min-width: auto;
}
.image-box .image-box-footer {
  display: none;
}

@media (max-width: 768px) {
  .image-box-left {
    top: 70% !important;
    background: #000;
  }
  .image-box-right {
    top: 70% !important;
    background: #000;
  }
}

/*# sourceMappingURL=image_box.css.map */
