
@media (prefers-reduced-motion: reduce) {
  .promoOverlay .promoBlockWrap .image {
    transition: none !important;
    animation: none !important;
  }
  .promoOverlay .promoBlockWrap > .text {
    transition: none !important;
    animation: none !important;
  }
}