.parallax{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:var(--height-desktop)}@media (min-width:651px) and (max-width:1000px){.parallax{background-attachment:scroll;background-position:50%;min-height:var(--height-mobile)}}@media (max-width:650px){.parallax{display:none}}