.card-title {
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.thumbnail > img {
  height: auto;
  width: 100%;
}

.thumbnail > div {
  width: 100%;  
  font-size: 2rem;
  text-align: center;
  min-height: 3rem;
  color: white;
  padding-top: 0.5rem;
}

.col {
  overflow: hidden;
}