/* Keep the factory hero sharp after page load and browser cache restores. */
.factoryHero img {
  animation: none !important;
  filter: none !important;
  transform: none !important;
  image-rendering: auto;
  backface-visibility: hidden;
}

@media (prefers-reduced-motion: no-preference) {
  .factoryHero img {
    animation: none !important;
  }
}
