/* Constrain images in post content to their column width */
.col-12.d-inline-block img,
.markdown-body img {
  max-width: 100%;
  height: auto;
}
