/* Post images: comfortable size instead of full column width.
   max-height keeps portrait iPhone photos from towering over the text. */
img.img-fluid {
    display: block;
    max-width: min(100%, 40rem);
    max-height: 60vh;
    width: auto;
    margin: 1.5rem auto;
    border-radius: 0.5rem;
}
