/* Target all images */
img {
  max-width: 100%;
  height: auto; /* This maintains the image's aspect ratio */
}
