/* responsiveness for smaller resolutions, simply change max-width: 479px */
@media (max-width: 479px) {
    .cms_blog .cms_blog_list_item.cms_blog_with_image .cms_blog_image {
        position: relative;
    }
    .cms_blog .cms_blog_list_item.cms_blog_with_image .cms_blog_details {
        margin-left: 0;
    }
}
