.ArticleSlider .SliderEachItem {
        /* min-height: 400px; */
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 100%;
        position: relative;
        /* border: 1px solid #ddd; */
        position: relative;
        margin-bottom: 10px;
        background: #f8f9fa;
        border: 15px solid #fff;
        box-shadow: 0 3px 6px #aaa;
}
.ArticleSlider .SliderEachItem .ArticleContent {
        display: inline-block;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        /* position: relative; */
        width: 100%;
        height: 370px;
}
.ArticleSlider .SliderEachItem .ImageContainer {
        /* float: left; */
        height: 300px;
        /* right: 0; */
        width: 100%;
        margin: 0;
        order: 1;
}
.ArticleSlider .SliderEachItem .ImageContainer .Image {
        height: 100%;
        width: 100%;
        right: 0;
        object-fit: cover;
}
.ArticleSlider .SliderEachItem .ArticleItem {
        display: flex;
        left: 0;
        margin-left: 0;
        margin-right: 0;
        position: absolute;
        top: 0;
        width: 100%;
        flex-direction: column;
}
.ArticleSlider .SliderEachItem .ArticleItem .Summary {
        color: #6c757d;
        padding: 10px;
        font-size: 13px;
        padding-top: 0;
        height: auto;
        text-transform: none;
        margin: 0;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-bottom: 0;
        display: -webkit-box;
}
.ArticleSlider .SliderEachItem .ButtonList {
        display: inline-block;
        position: static;
        font-size: 0;
        text-align: center;
        padding: 10px;
        width: 100%;
}
.ArticleSlider .SliderEachItem .ButtonList .ButtonBar {
        display: inline-block;
        /* float: left; */
        /* width:100%; */
}
.ArticleSlider .SliderEachItem .ButtonList .Button {
        background: #6c757d;
        text-align: center;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 5px;
        display: inline-block;
}
.ArticleSlider .SliderEachItem .ButtonList .ButtonActive {
        background: none repeat scroll 0 0 #ee3332;
        text-align: center;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 5px;
        display: inline-block;
}
.ArticleSlider .SliderEachItem .ArticleItem .Title {
        color: #212529;
        font-size: 13px;
        /* font-weight: bold; */
        width: auto;
        padding: 10px;
        text-align: left;
        padding-bottom: 5px;
}
.ArticleSlider .SliderEachItem .ArticleItem .Title a {
        color: #212529;
        font-size: 14px;
        padding-top: 0;
        height: auto;
        text-transform: none;
        margin: 0;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        text-decoration: none;
        font-weight: 600;
}
.ArticleSlider .ItemContent {
        /* position: absolute; */
        /* background: rgba(0, 0, 0, 0.7); */
        max-width: 100%;
        width: 100%;
        text-align: left;
        order: 2;
}
@-webkit-keyframes myfirst {
        0% {
                top: 290px;
        }
        10% {
                top: 235px;
        }
        90% {
                top: 235px;
        }
}
@keyframes myfirst {
        0% {
                top: 290px;
        }
        10% {
                top: 235px;
        }
        90% {
                top: 235px;
        }
}
@media only screen and (max-width: 768px){
        div.ArticleSlider {
                padding: 0 5px !important;
        }
}
