.container {
    width: 100%;
}

.imageContainer {
  display: inline-block;
  max-width: 50%;
}

img {
  max-height: 100%;
  max-width: 100%;
}
