.section-parallax {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  width: 100%;
}

.section-parallax__media {
  position: relative;
  transform: translateY(0px);
}

.section-parallax__media > img {
  display: inline-block;
  width: 100%;
  height: auto;
}
