body {
  margin: 0;
}

img {
  display: block;
  height: auto;
  width: 100%;
}

.container {
  display: flex;
  justify-content: center;
  margin: 2rem;
}

.content {
  display: flex;
}

.content img {
  object-fit: cover;
  height: 100%;
}

figure {
  margin: 0;
  width: 25%;
}