.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.jumbotron-heading {
  font-weight: 300;
}
.jumbotron .container {
  max-width: 40rem;
}
footer p:not(:last-child) {
  margin-bottom: .25rem;
}
footer p:last-child {
  margin-bottom: 0 !important;
}
.card .caption {
  position: absolute;
  background-color: rgba(0, 0, 0, .6);
  color: #FFF;
  padding: 2px 6px;
  border-radius: 5px;
  font-size: 12px;
}
.card .caption-id {
  top: 5%;
  left: 3%;
}
.card .caption-credit {
  bottom: 5%;
  right: 3%;
}
