[data-animate-picures-onhover] .wt-image-banner {
  --onhover-picture-scale: 1.25;
  --onhover-picture-duration: 2.5s;
}
[data-animate-picures-onhover] .wt-image-banner .hero__img {
  transition: transform var(--onhover-picture-duration, 5s) cubic-bezier(0.24, 0.47, 0.46, 0.93);
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  [data-animate-picures-onhover] .wt-image-banner .hero:hover .hero__img {
    transform: scale(var(--onhover-picture-scale, 1.1));
  }
}
    