.image-container img {
  width: 100%;
  height: auto;
  object-fit: contain; /* or 'cover' or 'fill' */
}
