.thumbnail-img {
  height: 250px;
  width: 100%;  
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.thumbnail-description {
  margin-bottom: 40px;
  font-size: .9rem;
  line-height: 1.5em;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}