
@supports not (aspect-ratio: 16/9) {
  .promoBlock.partial.team .promoBlockWrap > .image a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .image {
    padding-bottom: 68.75%;
    height: 0;
  }
  .apiVideoBlockLink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .apiVideoBlock {
    padding-bottom: 56.25%;
    height: 0;
  }
  .themedPromoImage {
    padding: 0 0 75%;
    height: 0;
  }
  .themedPromoImageImg {
    position: absolute;
    height: 100%;
  }
  .partial.col-4 .themedPromoImage .detailListingImage {
    position: absolute;
    height: 100%;
  }
}