.parallax{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:var(--height-desktop)}@media (max-width:1024px){.parallax{background-attachment:scroll;min-height:var(--height-tablet)}}@media (max-width:767px){.parallax{min-height:var(--height-mobile)}}