/* V5.61 — daha belirgin, daha yavaş slider hareketi. */
body.home-page .approved-hero-art .hero-cattle-slide.is-active img {
  animation:v561SlowZoom 12s ease-in-out both!important;
}
@keyframes v561SlowZoom {
  0%,100% {scale:1;}
  50% {scale:1.16;}
}
@media(prefers-reduced-motion:reduce) {
  body.home-page .approved-hero-art .hero-cattle-slide.is-active img {
    animation:none!important;
    scale:1!important;
  }
}
