//
// Thumbnail Component
//
.dlthumbnail {

  // Set the content of the link as block because of the image within it.
  &__link {
    display: inline-block;
  }
}
