.scroll-animation{overflow:hidden;position:relative;width:100%}.scroll-animation__img{left:50%;max-width:1000px;position:absolute;top:0;transform:translateX(-50%);width:100%}.scroll-animation__web{height:100vh;margin:0 auto;width:fit-content;z-index:-1}.scroll-animation__mobile{display:none;height:100vh;width:100%;z-index:-1}@media screen and (max-width:1000px){.scroll-animation__web{display:none}.scroll-animation__mobile{display:block}}