.cms_blog .cms_blog_article .cms_blog_image {
  max-width: none;
}

.cms_blog .cms_blog_article .cms_blog_image img {
  border: 1px solid #eee;
  padding: 6px;
  text-decoration: none;
}

.cms_blog .cms_blog_article .cms_blog_image a {
    text-decoration: none;
    border: 0;
}

.cms_blog .cms_blog_article .cms_blog_details .cms_blog_content_details {
    text-align: center;
}

/* 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;
    }
}
