.slide-track{display:flex;white-space:nowrap;transition:transform 1s cubic-bezier(.25,1,.5,1)}.slide-item{flex:0 0 100vw;height:100vh;display:flex;justify-content:center;align-items:center;padding-right:18px}.scrollend{transform:translateX(-1500px)}.ping-custom,.ping-custom2{animation-duration:2s;animation-timing-function:cubic-bezier(0,0,.2,1);animation-iteration-count:infinite}.ping-custom{animation-name:ping1}.ping-custom2{animation-name:ping2;animation-delay:-0.5s}@keyframes ping1{75%,100%{transform:scale(1.2);opacity:0}}@keyframes ping2{75%,100%{transform:scale(1.4);opacity:0}}