.ShortArticle {
        width: 100%;
        left: 0;
        z-index: 4;
        flex: 1;
        height: 36px;
        padding: 0 10px;
        margin-bottom: 10px;
        display: flex;
        overflow: hidden;
        position: relative;
        /* background: #F9F9F9; */
}
.ShortArticle .Title {
        color: #212529;
        display: inline-block;
        height: 100%;
        margin: 0 15px 0 0;
        padding: 0 10px;
        position: relative;
        line-height: 35px;
}
.ShortArticle .Title::after {
        border-color: #ff544b;
        border-style: solid;
        border-width: 3px 3px 3px 3px;
        content: " ";
        display: block;
        height: 0;
        /* margin-left: 2px; */
        position: absolute;
        top: 8px;
        left: 0px;
        vertical-align: middle;
        width: 0;
        border-radius: 3px;
}
.ShortArticle marquee {
        margin: 0;
        padding: 0;
        width: 100%;
        position: absolute;
        height: 36px;
}
.ShortArticle marquee .block-row p {
        margin: 0;
        padding: 6px !important;
}
.ShortArticle marquee .block-row p a {
        color: #fe0000;
        font-size: 14px;
        padding-left: 15px;
        line-height: 1.6em;
        text-decoration: none;
        font-family: 'Roboto';
} 
@media only screen and (max-width: 1023px){
        div.ShortArticle {
                display: block;
                margin-bottom: 5px;
                padding: 0 15px;
                background: content-box;
        }
}
