
.parallax-bg-image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 749px) {
.parallax-bg-image.mobile-image-banner{
    background-attachment: unset;
  }
}