.news-ticker{background:rgba(0,0,0,.7);display:grid;height:6rem;margin:0 auto;max-width:900px;overflow:hidden}.news-ticker__item{grid-column:1;grid-row:1;opacity:0;pointer-events:none;transition:opacity 1.5s ease}.news-ticker__item.is-active{opacity:1;pointer-events:auto}.news-ticker__item a{align-items:center;box-sizing:border-box;display:flex;font-size:1.5rem;height:6rem;padding:0 3rem;width:100%}.news-ticker__item a,.news-ticker__item a:focus,.news-ticker__item a:hover{color:#fff;text-decoration:none}.news-ticker__date{flex-shrink:0;margin:0;width:10rem}.news-ticker__title{color:#fff;font-size:1.5rem;font-weight:400;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.news-ticker__title span{font-family:inherit}@media (max-width:1050px){.news-ticker{height:auto;margin-left:calc(50% - 50vw);min-height:6rem;width:100vw}.news-ticker__item a{align-items:flex-start;flex-direction:column;height:auto;justify-content:center;min-height:6rem;padding:1.2rem 2rem}.news-ticker__date{margin-bottom:.4rem;width:auto}.news-ticker__title{white-space:normal}}