.image-box {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999999;
  /* 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: #000000f0;
  /* 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: auto;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    overflow: auto;
    /* 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: absolute;
    right: 10px;
    padding: 0;
    top: 10px;
    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: 100%;
    left: 0;
    top: 0; }
  .image-box .image-box-body {
    padding: 5px 16px;
    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 {
    padding: 3px 16px;
    color: white; }

@media (max-width: 768px) {
  .image-box-left {
    top: 80% !important; }

  .image-box-right {
    top: 80% !important; } }

/*# sourceMappingURL=image_box.css.map */
