@media only screen and (max-width: 992px) {
    .logo {
        text-align:center !important;
    }
    .logo a img{
        margin:0 auto !important;
    }
    .copyrights, .powered-by {
        text-align:center;
        margin-bottom:10px;
    }
    .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 div.overlay-image{
        float:none !important;
        width:100% !important;
        margin-right:0px;
    }


}
