.prf-hero-parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Desktop and laptop only */

@media (min-width: 992px) {
  .prf-hero-parallax {
    background-attachment: fixed;
  }
}

/* Disable fixed background on smaller devices */

@media (max-width: 991.98px) {
  .prf-hero-parallax {
    background-attachment: scroll;
  }
}

