.top-ticker{overflow:hidden;white-space:nowrap;width:100%}.top-ticker span{display:inline-block;padding-left:100%;animation:topTicker 20s linear infinite;font-size:15px}@keyframes topTicker{0%{transform:translate(0, 0)}100%{transform:translate(-100%, 0)}}