body{-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.news-ticker{background-color:transparent;color:black;padding:10px;width:100%;overflow:hidden;position:relative;height:40px;font-size:18px;font-weight:bold}.ticker-content{display:inline-block;white-space:nowrap;animation:ticker-animation 80s linear infinite;padding-left:100%}@keyframes ticker-animation{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}