.SliderArticleImage {
        margin-bottom: 15px;
        overflow: hidden;
        position: relative;
        /* border: 1px solid #e9ecef; */
        background: #fff;
        /* padding: 0 10px 10px 0; */
}
.SliderArticleImage .Header .Text {
        color: #bd1723;
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 1rem;
        text-transform: uppercase;
        display: inline-block;
        line-height: 27px;
        padding-bottom: 6px;
        white-space: nowrap;
        position: relative;
        border-bottom: 3px solid #f9b228;
}
.SliderArticleImage .ItemPanel {
        display: inline-block;
        min-height: 580px;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        height: auto;
}
.SliderArticleImage .Item {
        flex-direction: column;
        bottom: 0;
        float: left;
        left: 0;
        position: absolute;
        display: flex;
        height: 100%;
        width: 100%;
}
.SliderArticleImage .PreButton {
        /* background: url("Images/arrows.png") no-repeat scroll left top rgba(0, 0, 0, 0); */
        cursor: pointer;
        height: 30px;
        right: 45px;
        position: absolute;
        top: 70px;
        width: 30px;
        z-index: 2;
        background: rgba(0, 0, 0, 0.3);
}
.SliderArticleImage .PreButton:before{
        content: '❮';
        width: 100%;
        height: 100%;
        display: inline-flex;
        font-size: 17px;
        color: #fff;
        align-items: center;
        justify-content: center;
}
.SliderArticleImage .PreButton:hover {
        opacity: 0.8;
}
.SliderArticleImage .NextButton {
        /* background: url("Images/arrows.png") no-repeat scroll right top rgba(0, 0, 0, 0); */
        cursor: pointer;
        height: 30px;
        position: absolute;
        right: 10px;
        top: 70px;
        width: 30px;
        z-index: 2;
        background: rgba(0, 0, 0, 0.3);
}
.SliderArticleImage .NextButton:before{
        content: '❯';
        width: 100%;
        height: 100%;
        display: inline-flex;
        font-size: 17px;
        color: #fff;
        align-items: center;
        justify-content: center;
}
.SliderArticleImage .NextButton:hover {
        opacity: 0.8;
}
.SliderArticleImage .Item a {
        border: medium none;
        display: inline-block;
        width: 100%;
}
.SliderArticleImage .Item .Title a:hover {
        color: #bd1f24;
}
.SliderArticleImage .Item .Image {
        border: medium none;
        border-radius: .5rem;
        width: 100% !important;
        height: auto !important;
        max-height: 450px;
}
.SliderArticleImage .Item .Title a {
        color: #3c2828;
        text-decoration: none;
        font-size: 20px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: -webkit-auto;
}
.SliderArticleImage .Item .Summary {
        color: #1b1919;
        padding-top: 10px;
        text-decoration: none;
}
.SliderArticleImage .Item .Summary a {
     font-size: 15px;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-align: -webkit-auto;
}
.SliderArticleImage .Item .Info {
        padding: 15px 0 0 0;
        margin-bottom: 0;
        /* text-align: left; */
        width: 100%;
        z-index: 1;
        min-height: 150px;
}
.SliderArticleImage .Date {
        margin-top: 10px;
        font-size: 13px;
        color: #6c757d;
}
@media only screen and (max-width: 768px){
        div.ArticleSlider {
                padding: 0 10px !important;
        }
        .SliderArticleImage {
                margin-bottom: 10px;
        }
        .SliderArticleImage .ItemPanel {
                min-height: 55vh;
                max-height: 55vh;
        }
}
