.image-container {
  width: 500px;
  height: 400px;
  border: none;
}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}