.parallax-container {
  height: 130vh;
  width: 100vw;
  overflow: hidden;
}

.parallax-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

