.post_gallery_inner_slider img{
    width: 100px;
    height:70px;
    object-fit:cover;
}
.feature-post-thumb{
    height: 320px;
    width:255px;
    object-fit:cover;
}
.post-layout-top-content .post-tags ul li a{
    margin: 2px 0;
}
.stellarnav > ul > li > a{
    padding: 10px 5px;
}
.feature-post-thumb img{
    height: 100%;
    width:100%;
    object-fit:cover;
}
@media (max-width: 767px) {
    .left_top{
        display: none;
    }
    .post_gallery_inner_slider img{
        width: 120px;
        height:70px;
        object-fit:cover;
    }
    .feature-post-thumb{
        height: 250px;
        width:100%;
        object-fit:cover;
    }
    .feature-post-thumb img{
        height: 100%;
        width:100%;
        object-fit:cover;
    }
    /* html, body {
        height: 100%;
        background: red!important;
    } */
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* html, body {
        height: 100%;
        background: orange!important;
    } */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* html, body {
        height: 100%;
        background: green!important;
    } */
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* html, body {
        height: 100%;
        background: blue!important;
    } */
}
/* html, body {
    height: 100%;
    background: black;
} */