.custom-ticker{background:#111;color:#fff;display:fle;overflow:hidden;padding:10px 0;position:relative;white-space:nowrap;width:100%}.ticker-wrapper{animation:ticker-scroll 100s linear infinite;display:inline-block;padding:0 1rem;will-change:transform}@keyframes ticker-scroll{0%{transform:translateX(100%)}to{transform:translateX(-700%)}}.custom-ticker:hover .ticker-wrapper{animation-play-state:paused;cursor:pointer}