.full-width-image {
  width: 100%;
}

.full-width-image__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px;
}

.full-width-image__caption {
  text-align: center;
  padding: 16px;
  margin: 0;
  font-size: 14px;
}