.parallax-rows.alignfull {
  padding-left: 0;
  padding-right: 0;
}

.parallax-section {
  position: relative;
}
.parallax-section.image {
  height: 100vh;
}
.parallax-section .bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.parallax-section.text {
  overflow: hidden;
}
.parallax-section.text img {
  position: absolute;
  top: -30%;
}
.parallax-section.text.even img {
  right: 15vw;
}
.parallax-section.text.odd img {
  left: 15vw;
}
.parallax-section .slide-content {
  padding: var(--wp--preset--spacing--large) 5%;
}
.parallax-section .slide-content h3 {
  text-align: center;
}
.parallax-section .slide-content p {
  font-size: var(--wp--preset--font-size--24);
  text-align: center;
}/*# sourceMappingURL=block-parallax-boxes.css.map */