.jhwpc-home-brand-hero[data-jhwpc-motion-v03="active"] {
    overflow: hidden;
}

.jhwpc-home-brand-hero[data-jhwpc-motion-v03="active"] > img,
.jhwpc-home-brand-hero[data-jhwpc-motion-v03="active"] .jhwpc-home-brand-hero__media img {
    backface-visibility: hidden;
    transform-origin: 50% 50%;
    will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
    .jhwpc-home-brand-hero[data-jhwpc-motion-v03] img {
        transform: none !important;
        will-change: auto !important;
    }
}

