.SliderFeature {
        margin: 20px 0 10px;
        position: relative;
        background: #fff;
}
.SliderFeature .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
}
.SliderFeature .LeftCol {
        text-align: justify;
        vertical-align: top;
}
div.SliderFeature .LeftPanel>a .Title {
        font-size: 22px;
        font-weight: 600;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        padding-bottom: 0;
        margin-bottom: 15px;
        order: 0;
        line-height: 1.4;
        font-family: 'Merriweather';
}
div.SliderFeature .LeftPanel>a .Summary {
        font-size: 15px;
        font-weight: normal;
        color: #555555;
        order: 3;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        /* number of lines to show */
        line-clamp: 4;
        -webkit-box-orient: vertical;
}
.SliderFeature .LeftPanel {
        height: 470px !important;
        overflow: hidden;
        position: relative;
        width: 100% !important;
}
.SliderFeature .LeftPanel>a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
}
.SliderFeature .LeftCol .LeftPanel img {
        height: 302px;
        width: 100%;
        object-fit: cover;
        order: 1;
}
.SliderFeature .LeftCol .text {
        line-height: 20px;
        overflow: hidden;
        opacity: 0.7;
        padding: 5px 0;
        font-size: 17px;
        font-weight: bolder;
        margin-bottom: 0;
        text-align: left;
        width: 100%;
        cursor: pointer;
        order: 2;
}
.SliderFeature .LeftCol  div{
        color: #212529;
}
.SliderFeature .LeftCol .text div {
        color: #212529;
        display: inline-block;
        font: normal 15px arial;
        line-height: 1.4;
        display: none;
}
.SliderFeature .LeftCol .text div:hover {
        color: yellow;
}
.SliderFeature .ArticleList {
        list-style: outside none none;
        margin: -5px 0 0 0;
        padding: 0;
        width: 100%;
}
.SliderFeature .RightCol .ArticleList .Summary{
        display:none;
}
.SliderFeature .ArticleList li:hover a {
        color: #9b0000;
}
.SliderFeature .ArticleList li a {
        font-family: 'Merriweather';
        font-size: 14px; 
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        line-clamp: 3;
        -webkit-box-orient: vertical;
        text-align: left;
}
.SliderFeature .ArticleList li a .Title{
        font-size:15px;
        line-height: 1.4;
        font-family: Roboto;
        font-weight: 500;
        color: #333;
}
.SliderFeature .ArticleList li:last-child {
        border-bottom: none;
}
.SliderFeature .ArticleList li {
        border-bottom: 1px dotted #ddd;
        float: left;
        padding: 10px 0;
        width: 100%;
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList li:hover a {
        color: #0451b5;
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #0451b5;
        /* number of lines to show */
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature tr {
        display: grid;
        grid-template-columns: 3fr 2fr;
        gap: 15px;
}
.SliderFeature .ArticleList li .Image {
    float: left;
    margin-right: 10px;
    text-align: left;
    width: 100px;
    height: 60px;
    margin-left: 5px;
        display: none;
}
.SliderFeature .Header {
        display: none;
}
@media only screen and (max-width: 768px) {
        .SliderFeature .LeftCol .LeftPanel{
                height: 300px !important;
                display: block
        }
        .SliderFeature .LeftCol .LeftPanel img{
                height: 50vw;
        }
        div.SliderFeature .LeftPanel>a .Title{
                font-size: 18px;
                font-weight: 600;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                display: -webkit-box;
                padding-bottom: 0;
                margin-bottom: 10px;
                font-family: 'Merriweather';
                margin-top: 10px;
        }
        .SliderFeature .ArticleList li .Image{
                margin-left:20px;
                flex: 30%;
        }
        div.SliderFeature .LeftPanel>a .Summary{
                font-size: 14px;
                padding-top: 0;
                font-weight: normal;
                color: #555555;
                order: 3;
                font-family: 'Georama';
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                line-clamp: 4;
                -webkit-box-orient: vertical;
                font-weight: 600;
        }
        .SliderFeature .ArticleList li a{
                display:flex;
                flex-direction:row-reverse;
        }
        .SliderFeature .ArticleList li .Title{
                flex: 70%;
        }
}
@media only screen and (max-width: 450px){
        .SliderFeature tr {
                display: flex;
                flex-direction: column;
        }
        .SliderFeature .LeftCol {
                width: 100%;
        }
        .SliderFeature .RightCol {
                padding: 0 !important;
                width: 100%;
        }
}
