.container {
  display: flex;
}

.container img {
  flex: 1;
  height: 100vh;
  width: auto;
}