.scrolling-row{display:flex;flex-wrap:nowrap;white-space:nowrap;overflow:hidden;width:100vw;position:relative}.scrolling-row__inner{display:flex;min-width:200%;animation:scroll-horizontal 18s linear infinite}@keyframes scroll-horizontal{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hero-bg{background-image:url(/bann.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100vw;height:100vh;min-height:100vh;display:flex;align-items:center;justify-content:center}@media (max-width:640px){.hero-bg{background-size:cover;background-position:50%;min-height:100dvh;height:100dvh;width:100vw;display:flex;align-items:center;justify-content:center}}