.parallax-container {
  will-change: transform;
}

.parallax-img {
  transform: translateY(0) translateZ(0);
  will-change: transform;
}
