.ImageGalleryItem {
  flex-shrink: 0;
  height: 100%;
  width: 100%;
  position: relative;
  transition-property: transform;
  overflow: hidden;
}

.ImageGalleryItem-title {
  font-size: var(--textXxxl);
  color: #fff;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

@media (max-width: 36rem) {
  .ImageGalleryItem-title {
    font-size: var(--textLg);
  }
}

.ImageGalleryItem-title:last-child {
  margin-bottom: 0;
}

.ImageGalleryItem-text {
  font-size: var(--textSm);
  color: #fff;
  margin: 0;
}

.ImageGalleryItem-text:last-child {
  margin-bottom: 0;
}

.ImageGalleryItem > picture img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

/*# sourceMappingURL=image-gallery-item.min.css.map */
