@media (min-width: 1025px){
  .page-header.page--cover.hero--parallax{
    background-attachment: fixed !important;
  }
}
@media (max-width: 1024px),
       (prefers-reduced-motion: reduce){
  .page-header.page--cover.hero--parallax{
    background-attachment: scroll !important;
  }
}

