div.marquee-wrapper {
    width: 100%;
    height: 3.5rem;
    color: #FFF;
    border-bottom: 2px solid #FFF;
    border-top: 2px solid #FFF;
	background-color: #a21a20;
    overflow: hidden; 
    padding-top: 0!important;
}
div.marquee-content {
    line-height: 3.5rem;
    font-weight: 200;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    will-change: transform;
    font-size: 1.6rem;
    padding-top: 0!important;
}
div.marquee-content span {
    white-space: nowrap;
    margin-right: 0.625rem;
    flex-shrink: 0;
    background-position: right 55%;
    background-repeat: no-repeat;
    margin-top: -0.2rem;

}
div.marquee-content span big {
    font-family: "Playfair Display", serif;
}
div.marquee-content span b {
    display: inline-block;
    font-weight: 500;
}
@media only screen and (max-width : 600px) {
    div.marquee-wrapper {
        height: 2.85rem;
    }
    div.marquee-content {
        line-height: 2.85rem;
        font-size: 1.2rem;
    }
}