.promo-tile {
  grid-column: span 2;
  height: fit-content;
  position: relative;

  & .grid-item__text-container-wrapper {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  & .promo-card__video-wrapper[data-aspect-ratio="landscape"] {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;

    & video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}
