/*
 * Keep responsive images proportional when intrinsic width/height attributes
 * are present. More specific component rules may still use a fixed height.
 */
img {
  height: auto;
}
