.SliderArticleImage {
        margin-bottom: 10px;
        overflow: hidden;
        position: relative;
        padding: 0;
}
.SliderArticleImage .ItemPanel {
        display: inline-block;
        height: auto;
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
}
.SliderArticleImage .Item {
        bottom: 0;
        /* float: left; */
        left: 0;
        position: relative;
        width: 100%;
        display: none;
}
.SliderArticleImage .Item>a{
        display: inline-block;
        width: 100%;
        height: 100%;
}
.SliderArticleImage .PreButton {
        background: rgba(0, 0, 0, 0) url("Images/arrows.png") no-repeat scroll left top;
        cursor: pointer;
        height: 42px;
        left: 11px;
        position: absolute;
        top: 40%;
        width: 30px;
        z-index: 2;
}
.SliderArticleImage .PreButton:hover {
        opacity: 0.8;
}
.SliderArticleImage .NextButton {
        background: rgba(0, 0, 0, 0) url("Images/arrows.png") no-repeat scroll right top;
        cursor: pointer;
        height: 42px;
        position: absolute;
        right: 11px;
        top: 40%;
        width: 30px;
        z-index: 2;
}
.SliderArticleImage .NextButton:hover {
        opacity: 0.8;
}
.SliderArticleImage .Item .Image {
        border: medium none;
        height: 470px !important;
        padding: 0;
        border-radius: 15px;
        object-fit: cover;
        width: 100%;
}
.SliderArticleImage .Item .Title a {
        font-family: Roboto, sans-serif;
        font-size: 18px;
        color: #ffffff;
        font-weight: 500;
        padding: 15px;
        margin: 0;
        background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 74%));
        position:absolute;
        bottom: 0;
        border-radius: 0 0 15px 15px;
        line-height: 1.4;
        text-align: justify;
}
.SliderArticleImage .Item .Summary {
        color: #3c3c3c;
        font: 10pt arial;
        height: 100px;
        padding-top: 5px;
        text-decoration: none;
        display: none;
}
.SliderArticleImage .Item .Info {
        padding: 0;
        text-align: justify;
        width: 100%;
        z-index: 1;
}
/************************Mobile**********************/
@media only screen and (max-width: 768px) {
        .SliderArticleImage .Item .Image {
                max-height: 345px;
                width: 96vw !important;
        }
}
/****************************************/
