.SliderFeature {
        border: 1px solid #DDDDDD;
        margin: 0 0 10px;
        background: #fff;
}
.SliderFeature .RightCol {
        background: none repeat scroll 0 0 #FFFFFF;
        max-width: 270px;
        vertical-align: top;
        width: 270px;
        padding: 5px;
}
.SliderFeature .LeftCol {
        padding: 10px;
        text-align: center;
        vertical-align: middle;
}
.SliderFeature .LeftPanel {
        overflow: hidden;
        position: relative;
}
.SliderFeature .LeftCol .LeftPanel img {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        object-fit: cover;
}
.SliderFeature .LeftCol .text {
        background-color: #EEEEEE;
        bottom: 0;
        color: #000000;
        font: bold 10pt Arial;
        left: 0;
        margin-bottom: 0;
        opacity: 0.7;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1;
}
.SliderFeature .LeftCol .text div {
        display: inline-block;
        padding: 6px;
}
.SliderFeature .ArticleList {
        list-style: none outside none;
        margin: 0;
        padding: 0;
        width: 100%;
}
.SliderFeature .ArticleList li:hover a {
        color: #FFFFFF;
}
.SliderFeature .ArticleList li {
        display: inline-block;
        padding: 5px;
        width: 100%;
        font-size: 14px;
}
.SliderFeature .ArticleList .ArticleItemSelected {
        background: none repeat scroll 0 0 #3b7913;
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #FFFFFF;
}
.SliderFeature .ArticleList li:hover {
        background: none repeat scroll 0 0 #FE6911;
}
.SliderFeature .ArticleList li .Image {
        display: inline-block;
        float: left;
        height: 45px;
        margin-right: 10px;
        text-align: left;
        width: 60px;
        object-fit: cover;
}
.SliderFeature .Header {
        display: none;
}
@media only screen and (max-width: 768px){
        .SliderFeature .RightCol{
                max-width: 100%;
                width: 100%;
        }
        .SliderFeature .ArticleList{
                width: 100%;
        }
        .SliderFeature .LeftPanel{
                min-height: 45vw;
                min-width: 100%;
        }
}
