.esp-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px; /* Adjust for header height */
}
.esp-parallax {
  will-change: transform;
  transition: transform 0.05s linear;
}
