.mosaic-lightgallery-data {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.grid-item {
  margin-bottom: 12px;
}

.image-grid {
  margin: 0 auto;
}

.grid-item img {
  width: 360px;
}

@media (max-width: 430px) {
  .image-grid {
    margin: 0;
  }

  .grid-item img {
    width: 100vw;
  }
}

.lg-outer {
  background: white;
}

.lg-backdrop {
  background-color: white;
}

.lg-outer button {
  background: transparent;
  color: black;
}

.lg-outer button:hover {
  color: #aaa !important;
}

.lg-toolbar {
  width: 100vw;
}

.lg-toolbar button {
  color: black !important;
}

.lg-toolbar button:hover {
  color: black !important;
}

.lg-toolbar .lg-counter {
  color: black !important;
  font-size: 18px;
  font-weight: 600;
}

.lg-toolbar .lg-download,
.lg-toolbar .lg-download:hover {
  color: black !important;
}

.lg-sub-html {
  color: black;
  max-height: 20vh;
  overflow-y: auto;
  padding-top: 2px;
  padding-bottom: 20px;
}

@media (max-height: 700px) {
  .lg-sub-html {
    max-height: 100px;
  }
}
