.details-image {
  margin-bottom: 40px;
  margin-top: 64px;
}

.details-image__img-wrap {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.details-image__img-wrap > img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.details-image__caption {
  margin-top: 20px;
  text-align: center;
}
