#breaking-news{display:flex;flex-direction:row;background-color:#e4e4e4!important}.breaking-title{width:auto;background:var(--seventeenth-color);display:flex;justify-content:center;align-items:center}.breaking-title>h2{display:flex;justify-content:center;align-items:center;margin:0;padding:0 20px;line-height:40px;font-size:20px;color:#fff;box-sizing:border-box}.breaking-title>span{width:0;height:0;border-style:solid;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #fff}.breaking-title span{animation:blinker 1s linear infinite}.btn-breaking-close{position:absolute;font-size:20px;top:10%;right:1%;color:gray}.btn-breaking-close:hover{cursor:pointer;color:#000}.breaking_news_content{width:100%;background-color:var(--sixteenth-color);font-size:20px;align-items:center}@keyframes blinker{50%{opacity:.1}}