//
// Thumbnails
// --------------------------------------------------

.thumbnail .caption {

  & > a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }

}
