@supports not (-webkit-overflow-scrolling: touch) {
  .parallax-enabled {
    background-attachment: fixed !important;
  }
}