.container {
  position: relative;
  width: 100%;
  height: 100vh; /* Or specify a fixed height */
  display: flex;
  justify-content: center;
  align-items: center;
}

.container img {
  max-width: 100%;
  max-height: 100%;
}