.block-gallery {
  display: block;
}
.block-gallery .gallery-full .gallery-full-item {
  padding-bottom: 2.5em;
}
.block-gallery .gallery-full .gallery-full-item img {
  width: 100% !important;
  height: auto !important;
}
.block-gallery .gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 1em;
  gap: 1em;
  padding-bottom: 2em;
}
@media (max-width: 760px) {
  .block-gallery .gallery {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
.block-gallery .gallery > .gallery-item > a {
  transition: opacity 0.2s ease-in-out;
}
.block-gallery .gallery > .gallery-item > a > .img-wrapper {
  padding-top: 66.6666666667%;
  position: relative;
  margin-bottom: 0.5em;
}
.block-gallery .gallery > .gallery-item > a > .img-wrapper > .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.block-gallery .gallery > .gallery-item > a:hover {
  opacity: 0.8;
}
.block-gallery .gallery > .gallery-item > .gallery-item-text {
  font-size: 10px;
}
.block-gallery .gallery > .gallery-item > .gallery-item-text > .long-content {
  display: none;
}
.glightbox-clean .gslide-description {
  background: var(--bg) !important;
  color: var(--fg) !important;
}
