.thumbnail.tile {
  padding: 0;
  background-color: #eeeeee;
  border-color: #eeeeee;
  max-width: 480px;
}

.thumbnail.tile img {
  width: 100%;
  height: auto;
  max-width: 480px;
  border-radius: 3px 3px 0 0;
}

.thumbnail.tile .caption .col {
  text-align: center;
  overflow-x: hidden;
}

.thumbnail.tile .caption .col .btn {
  color: #41c2ec;
  border-color: #41c2ec;
  background-color: #FFFFFF;
  margin-top: 6px;
  width: 100%;
  overflow-x: hidden;
}

.thumbnail.tile .caption .col h4 {
  font-weight: normal;
  font-size: 25px;
  line-height: 1em;
  text-align: left;
  white-space: nowrap;
}
@media screen and (min-width: 568px) and (max-width: 991px) {
  .thumbnail.tile .caption .col h4 {
    font-size: 20px;
    margin-top: 0.5em;
  }
}
