/* Very tall/narrow scanned articles: render at half width so the page
   doesn't become one endless column. Applies on node pages and in views
   listings (front page). Classes are added by js/tall-images.js. */

.tall-image-wrapper img.tall-image {
  width: 50%;
  max-width: 100%;
  height: auto;
}
