_parallax-scrolling.scss 411 B

1234567891011121314
  1. @include respond-to('laptop') {
  2. [data-parallax-background-ratio],
  3. .fix-background {
  4. background-attachment: inherit !important;
  5. background-position: center !important;
  6. }
  7. }
  8. .is-touchable {
  9. [data-parallax-background-ratio] {
  10. background-attachment: inherit !important;
  11. background-position: center !important;
  12. background-repeat: no-repeat !important;
  13. }
  14. }