/*
 * The desktop featured-interview row keeps the selected reference height while
 * allowing two readable excerpt lines. Its media is cropped, never stretched.
 */
@media (min-width: 1001px) {
  body.home .shiso-v2 .shiso-v2-interview-feature {
    height: 272px !important;
    min-height: 272px;
  }

  body.home .shiso-v2 .shiso-v2-interview-feature__media {
    height: 272px !important;
  }

  body.home .shiso-v2 .shiso-v2-interview-feature__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
}
