.lux-hero--theme-13 .lux-hero__media picture {
  display: contents;
}

@media (max-width: 48rem) {
  .lux-hero--theme-13 .lux-hero__media img {
    object-position: center top;
    transform: none;
  }

  .lux-hero--theme-13:hover .lux-hero__media img {
    transform: none;
  }

  .lux-hero--theme-13 .lux-hero__shade {
    background:
      linear-gradient(180deg, rgba(242, 238, 230, .02) 0%, rgba(242, 238, 230, .08) 36%, rgba(242, 238, 230, .78) 61%, rgba(242, 238, 230, .98) 100%),
      linear-gradient(90deg, rgba(242, 238, 230, .22), transparent 72%);
  }

  .lux-hero--theme-13 .lux-hero__side {
    max-width: 18rem;
    margin-bottom: clamp(1.25rem, 4vh, 2.5rem);
  }

  .lux-hero--theme-13 .lux-hero__side p {
    max-width: 31ch;
  }
}
