.elementor-parallax-yes {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
  /* Explicitly disable any transitions */
  transition: none;
  transform: none;
  will-change: background-position;
}

.elementor-parallax-yes > * {
  position: relative;
  z-index: 1;
}
