.list-card__media img {
  width: 100%;
}

@media (min-width: 990px) {
  .list-card__media img {
    width: 50%;
  }
}
