img {
  /* Fits container but won't grow larger than its own dimensions */
  max-width: 100%; 
  height: auto;
  display: block;
}