/* Ensure images do not exceed container width and maintain aspect ratio */
img {
  max-width: 100%;
  height: auto;
}
