.source-media-grid.media-count-1 {
  grid-template-columns: minmax(0, 100%);
}

.source-media-grid a {
  overflow: hidden;
}

.source-media-grid img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  padding: clamp(18px, 3vw, 34px);
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.source-media-grid span {
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
  line-height: 1.4;
}

.source-module figure {
  box-sizing: border-box;
  display: grid;
  place-items: center;
  height: auto;
  min-height: 0;
  padding: clamp(18px, 3vw, 34px);
  background: #fff;
}

.source-module figure img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.source-module:hover figure img {
  transform: none;
}
