.list-item .description .img-link {
  display: block;
  width: 50%;
  max-width: 50%;
  margin-block: 0.75rem;
}

.list-item .description img,
.list-item img.list-cover {
  display: block;
  width: 50%;
  max-width: 50%;
  height: auto;
  object-fit: contain;
  margin-block: 0.75rem;
  border: 0;
  border-radius: 0;
}

.list-item .description .img-link img {
  width: 100%;
  max-width: 100%;
  margin-block: 0;
}
