@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

.inline-gallery-container {
  width: 100%;
  height: 600px;
  position: relative;
}

@media (max-width: 576px) {
  .inline-gallery-container {
    height: 75vh;
    min-height: 460px;
  }

  .inline-gallery-container .lg-content,
  .inline-gallery-container .lg-item,
  .inline-gallery-container .lg-img-wrap {
    height: 100% !important;
  }

  .inline-gallery-container .lg-object {
    max-width: 100% !important;
    max-height: 100% !important;
  }

  .inline-gallery-container .lg-thumb-outer {
    height: 58px !important;
  }

  .inline-gallery-container .lg-thumb {
    height: 48px !important;
  }

  .inline-gallery-container .lg-thumb-item {
    width: 48px !important;
    height: 48px !important;
  }

  .inline-gallery-container .lg-thumb-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
}