.parallax-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.parallax-container img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.parallax-container > div {
  position: absolute;
}