.card .card-head picture {
  display: block;
  height: 172px;
  overflow: hidden;
}

.card .card-head picture img.card-img-top {
  width: 100%;
  height: 172px;
  object-fit: cover;
}
