.bd-masthead {
    position:relative;
    padding:3rem 15px
}

.current-view-name {
  color: #f8f9fa;
}

figure {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border: 0px;
  margin: 5px; /* adjust as needed */
}

figure img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

figure figcaption {
  border: 1px dotted blue;
}
