div.marquee {
    display:none;
    white-space:no-wrap;
    overflow:hidden;
    padding: 0.7em 1em;
}
div.marquee > div.marquee-text {
    white-space:nowrap;
    display:inline;
    width:auto;
}
.marquee-container > .marquee-title > span {
width: 0;
position: absolute;
left: 200px;
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #d52a33;
}