/* Dedicated editorial scenes retain their complete composition at every width. */
.relationship-conversion .article-hero.topic-scene-hero {
  width: min(780px, calc(100% - 48px));
}
.relationship-conversion .article-hero.topic-scene-hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}
@media (max-width: 720px) {
  .relationship-conversion .article-hero.topic-scene-hero {
    width: calc(100% - 36px);
  }
}
