.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0,0,0,.075)
}
.figure {
  display: inline-block
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}
.figure-caption {
  font-size: 87.5%;
  color: #666
}