div.ShortArticle {
        position: relative;
        overflow: hidden;
        min-height: 25px;
        max-height: 55px;
        /* max-width: 850px; */
        height: 55px;
}
.ShortArticle .marquee-viewport{
        position: absolute;
}
.ShortArticle .block-row.d-flex {
        /* height: 25px; */
        position: static;
        visibility: hidden;
}
.ShortArticle .marquee-viewport .block-row.d-flex{
        visibility: unset;
}
.ShortArticle .block-row.d-flex p {
        display: inline-block;
        padding: 0 5px;
        width: auto;
        margin-bottom: 10px;
}
.ShortArticle .Title {
        color: #c50000;
        display: inline-block;
        float: left;
        font-size:14px;
        margin: 0 15px 0 0;
        padding: 0 10px;
        position: relative;
        white-space: nowrap;
        line-height: 45px;
}
.ShortArticle a.Title:before {
        content: "\f336";
        font-weight: 900;
        font-family: "Font Awesome 5 Pro";
        font-size: 10px;
        position: absolute;
        left: -5px;
        color: #be2626;
        top: 0px;
}
.ShortArticle .block-row {
        left: 20px;
        position: relative;
        top: 5px;
}
.ShortArticle .marquee-viewport {
        height: 45px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background: #f8f9fa;
}
.ShortArticle .marquee-viewport .block-row {
        left: 0;
        position: relative;
        top: -8px;
}
.ShortArticle .marquee-viewport .block-row p a:hover {
        color: #e35a0c;
}
@media (max-width: 1024px){
        .ShortArticle .marquee-viewport .block-row{
                padding-top:5px;
        }
        div.ShortArticle{
                max-width: 100vw;
                height: 55px;
                width: 100vw;
        }
        .ShortArticle .marquee-viewport{
                position: absolute;
                left: 0;
        }
}
