.sectionParallax {
  overflow: hidden;
  width: 100%;
  height: 650px;
  max-height: 650px;
  position: relative;
}

.sectionParallax .art-parallax-image {
  height: 200%;
  position: relative;
  top: -100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.sectionParallax :before {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.sectionParallax .art-parallax-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}