.parallax-background {
  width: 100%;
  height: 100%;
}

.parallax-background > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  overflow: hidden;
}

.parallax-layer img {
  max-height: 100%;
}