
/* PEW1 - HERO ZOOM ON SCROLL */
.hero__media {
  transform: scale(1.0) !important;
  transition: transform 1.8s cubic-bezier(.16,1,.3,1) !important;
}

.pew-zoom .hero__media {
  transform: scale(1.08) !important;
}
