@media only screen and (max-width: 1199px) {
    .logo {
        text-align:center !important;
    }
    .logo a img{
        margin:0 auto !important;
    }
    .max-width img{
        min-width:100%;
        min-height:150px;
    }
    .trending-tags a {
        display:block;
        margin-bottom:2px;
    }
    .single-featured-item-title {
        bottom:0px;
    }
    .featured-item-sections a span{
        height:auto;
    }
    .featured-item-sections a span.category-span{
        height:auto !important;
    }
    .featured-item-sections {
        overflow:hidden;
    }
    .featured-item-sections div.overlay-image{
        float:left !important;
        width:200px !important;
        margin-right:20px;
        overflow:hidden;
    }

    .post-container:nth-of-type(1) {
        border-bottom: 15px solid transparent;

    }
    .post-container:nth-of-type(2) {
        border-right: none !important;

    }
}
