.news-banner{background-color:var(--primary);z-index:1}.news-banner:hover>* .news-banner__content{animation-play-state:paused}.news-banner:hover a{text-decoration-color:var(--yellow)!important}.news-banner img{height:25px;left:98%;position:absolute}.news-banner a{display:flex;justify-content:space-evenly;overflow:hidden;text-decoration:none}.news-banner__content{animation:slide 15s linear infinite;display:flex;flex-flow:row;left:-50%;left:90%;padding:2.5rem;white-space:nowrap}.news-banner__content p{color:var(--yellow);font-family:var(--font-family);font-size:2.5rem;font-weight:200;line-height:100%;margin:auto 8rem;text-align:center;width:100%}@media only screen and (min-width:992px){.news-banner__content{padding:3.5rem}}@keyframes slide{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0)}}