.fixed-slideshow{position:relative;width:100%;min-height:100vh;background-size:cover;background-position:center center;overflow:visible;z-index:0;padding-bottom:120px;box-sizing:border-box}.fixed-slideshow::before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:var(--background-image);background-size:cover;background-position:center center;background-attachment:fixed;z-index:-1;transition:background-image 1s ease-in-out;pointer-events:none}@media (max-width:1024px) and (orientation:portrait){.fixed-slideshow::before{background-attachment:scroll;background-size:cover;height:100vh!important;background-repeat:no-repeat;background-position:center center}}@media (max-width:767px){.fixed-slideshow::before{background-attachment:scroll;background-size:cover;background-position:center center;height:100vh;width:100vw;background-repeat:no-repeat}}