 .newsflash {
    background: var(--white);
    margin-top: 20px;
    padding: 5px;
    display: flex;
    justify-content: flex-start;align-items: center;
}
.newsflash-heading{background: #E01827; color: var(--white); padding: 0 0px 0 10px; border-radius: 5px; text-transform: uppercase; font-size: var(--smallfontsize);font-family: var(--boldfonts); margin-right: 10px;display: flex;
    align-items: center;
    justify-content: space-between;}
.newsflash-heading span{background:var(--primerycolor); margin-left: 7px; display: inline-block; padding: 7px 10px;border-radius: 5px;}
.newsflash-title{font-family: var(--boldfonts); font-size: var(--regularfontsize);position: relative; width:100%;}
#news a {position: relative;}
#news a:after {
    position: absolute;
    content: ">";
    top: -5px;
    right: -20px;
    color: #e01827;
    font-size: var(--titlefontsize);
}
#ticker li {
            list-style: none;
        }
#controls {
    width: 55px;
    display: flex;
    justify-content: space-between;
}
a#next_trigger, a#prev_trigger, a#play_trigger, a#pause_trigger {
    border: 1px solid #e5e5e5;
    width: 26px;
    height: 26px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
 a#play_trigger, a#pause_trigger{display: none !important;}