/*Support #200946 - Changing format of News Feed */

@media only screen and (min-width: 768px) {
    .post-entry a.slide-image {
        width: 26%!important;
        float: left;
        margin-right: 30px!important;
    }
}