.scroll-infinity__item--text{animation:infinity-scroll-left 80s linear .5s infinite both;color:#cddde9;font-family:teko;font-size:60px;font-weight:lighter;line-height:140%;width:45vw}@media screen and (max-width:1750px){.scroll-infinity__item--text{width:50vw}}@media screen and (max-width:1600px){.scroll-infinity__item--text{width:55vw}}@media screen and (max-width:1450px){.scroll-infinity__item--text{width:60vw}}@media screen and (max-width:1300px){.scroll-infinity__item--text{width:70vw}}@media screen and (max-width:1150px){.scroll-infinity__item--text{width:75vw}}@keyframes infinity-scroll-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.scroll-infinity__wrap{display:flex;overflow:hidden}.scroll-infinity__list{display:flex;list-style:none;margin:0;padding:0}.scroll-infinity__list--left{animation:infinity-scroll-left 80s linear .5s infinite both}.scroll-infinity__item{width:16.5vw}.scroll-infinity__item>img{width:100%}@keyframes infinity-scroll-right{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.scroll-infinity__list--right{animation:infinity-scroll-right 80s linear .5s infinite both}