img {
  max-width: 100%; /* Ensures the image scales down but never exceeds its original width */
  height: auto;    /* Maintains the image's aspect ratio, preventing distortion */
  display: block;  /* Optional: Can help with layout by removing extra space below inline images */
}