body{background-image:url(/images/background.jpg);background-size:cover;background-repeat:no-repeat;background-attachment:fixed;position:relative;z-index:0}body::before{content:'';position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.6);z-index:-1;pointer-events:none}@media(max-width:768px){body{background-image:url(/images/background-small.jpg);background-attachment:scroll}}