.parallax-container {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.parallax-item {
  height: 100vh;
}