// Image thumbnails
.img-thumbnail {
  background-color: $thumbnail-bg;
  border: $thumbnail-border-width solid $thumbnail-border-color;
  @include box-shadow($thumbnail-box-shadow);
}

.figure-caption {
  color: $figure-caption-color;
}
