/*
 * Demo public imagery — remote photos use varied aspect ratios; normalize fit.
 */
img[src*="images.unsplash.com"] {
  object-fit: cover;
}
