/* Only affect blog article content areas */
.blog-content img,
.blog-content-wrapper img,
article.blog-article img,
.blog-content picture img,
.blog-content-wrapper picture img,
article.blog-article picture img {
  max-width: 100% !important;
  height: auto !important;
}

/* Keep picture containers fluid */
.blog-content picture,
.blog-content-wrapper picture,
article.blog-article picture {
  display: block;
  max-width: 100%;
}