.image-container {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}