body {
  background-color: black;
}

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

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center; /* normally it's the default value */
}
