/* make shortcode images use all available space inside the post body */
article img,
.markdown img,
.post img,
.content img,
img {
  display: block;
  width: 100%;
  height: auto;
  margin: 1rem 0;
  object-fit: contain;
}
