.SliderArticleImage {
        margin-bottom: 15px;
        overflow: hidden;
        position: relative;
        border: 1px solid #e9ecef;
        background: #fff;
        display: flex;
}
.SliderArticleImage .ItemPanel {
        display: inline-block;
        height: 480px;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
}
.SliderArticleImage .Item {
        flex-direction: column;
        bottom: 0;
        float: left;
        left: 0;
        position: absolute;
        display: flex;
        height: 100%;
}
.SliderArticleImage .PreButton {
        /* background: url("Images/arrows.png") no-repeat scroll left top rgba(0, 0, 0, 0); */
        cursor: pointer;
        height: 30px;
        right: 40px;
        position: absolute;
        top: 5px;
        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: 5px;
        top: 5px;
        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%;
        flex: 1;
}
.SliderArticleImage .Item .Title a:hover {
        color: #ffffff;
}
.SliderArticleImage .Item .Image {
        border: medium none;
        object-fit: cover;
        height: 276px !important;
         min-height: 276px !important;
}
.SliderArticleImage .Item .Title a {
        color: #ffffff;
        text-decoration: none;
        font-size: 19px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: -webkit-auto;
}
.SliderArticleImage .Item .Summary {
        color: #fff;
        padding-top: 10px;
        text-decoration: none;
        font-size: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: -webkit-auto;
}
.SliderArticleImage .Item .Info {
        bottom: 0;
        left: 0;
        padding: 20px 10px;
        background-color: #e74c3c;
        margin-bottom: 0;
        text-align: left;
        width: 100%;
        z-index: 1;
        min-height: 200px;
        position: absolute;
}
.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;
        }
        .SliderArticleImage .Item .Info {
    padding: 10px;
}
.SliderArticleImage .Item .Info {
    position: static;
}
.SliderArticleImage .Item .Title a {
        color: #000000;
        font-size: 18px;
        font-weight: 600;
}
.SliderArticleImage .Item .Summary {
        color: #000000;
        font-size: 15px;
}
}

