.img-legend--container {
  padding: 0 16px;
}

@media screen and (min-width: 1280px) {
  .img-legend--container {
    padding: 0;
  }
}

.img-legend img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  margin-bottom: -8px;
}

@media screen and (min-width: 1024px) {
  .img-legend img {
    height: 410px;
  }
}

.img-legend span {
  display: block;
  margin-top: 16px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
