img {
  width: 100%;
  height: auto;
  object-fit: cover; /* Crop image to fill container */
  object-position: center; /* Center the image */
}
