img {
  display: block;
  max-width: 100%;
  width: 100%
}

/* @TODO: Make the image wrapper an actual part of the component. */
.image-wrapper {
  max-height: 400px;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
}
