.media-gallery {
  max-height: 30vh;
}
.media-gallery__item-thumbnail img {
    object-fit: contain;
    -o-object-fit: contain;
    }

