/* Force center post content images */
.entry-content img,
.article-content img,
.post-content img,
.single-content img {
  display: block !important;
  margin: 12px auto !important;
  max-width: 100% !important;
  height: auto !important;
}
