.ArticleSlider .SliderEachItem {
    position: relative;
    height: 400px;
margin-bottom: 10px;}

.ArticleSlider .SliderEachItem .ArticleContent {
    list-style: none none;
    padding: 0px;
    margin: 0px;
}

.ArticleSlider .SliderEachItem .ArticleContent .ui-effects-wrapper {
    /*display: none !important;*/
}

.ArticleSlider .SliderEachItem .ArticleContent .ArticleItem {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
}

.ArticleSlider .SliderEachItem .ArticleContent .ArticleItem .ImageContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.ArticleSlider .SliderEachItem .ArticleContent .ArticleItem .ImageContainer .Image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}

.ArticleSlider .SliderEachItem .ArticleContent .ArticleItem .ItemContent {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 2;
    background: rgba(0,0,0,0.6);
    padding-bottom: 25px;
}

.ArticleSlider .SliderEachItem .ArticleContent .ArticleItem .ItemContent .Title * {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: Arial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-justify: inter-word;
    text-align: justify;
    text-align-last: center;
}

.ArticleSlider .SliderEachItem .ArticleContent .ArticleItem .ItemContent .Title {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 20px;
}

.ArticleSlider .SliderEachItem .ArticleContent .ArticleItem .ItemContent .Summary {
    font: bold 9pt Arial;
    color: Navy;
    padding-bottom: 20px;
    display: none;
}

.ArticleSlider .SliderEachItem .ButtonList {
    position: absolute;
    padding: 5px 0;
    bottom: 0;
    width: 100%;
    left: 0 !important;
    top: auto !important;
    width: 100% !important;
    z-index: 3;
}

.ArticleSlider .SliderEachItem .ButtonList .ButtonBar {
    text-align: center;
}

.ArticleSlider .SliderEachItem .ButtonList .Button,
.ArticleSlider .SliderEachItem .ButtonList .ButtonActive {
   color: #ffffff;
    padding: 2px 0 0 0;
    margin: 0px 0 3px 8px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    width: 15px;
    height: 15px;
    font-size: 10px;
    font-weight: 400;
    font-family: Arial;
    display: inline-block;
}

.ArticleSlider .SliderEachItem .ButtonList .ButtonActive {
    background: #e79a10;
    border-color: #e79a10;
}

div.ArticleSlider .SliderEachItem .ArticleContent .ArticleItem .ItemContent img{
    display: none !important;
}
@media only screen and (max-width: 768px) {
        .ArticleSlider{
        margin-top:-70px;
        }
        .ArticleSlider .SliderEachItem .ArticleContent .ArticleItem .ImageContainer .Image {
    height:300px!important;
}
}