#intro {
    /* Margin to fix overlapping fixed navbar */
    margin-top: 58px;
  }

  @media (max-width: 991px) {
    #intro {
      /* Margin to fix overlapping fixed navbar */
      margin-top: 45px;
    }
  }

figure figcaption {
    padding: 0;
    font-size: 0.55rem; 
    font-weight: regular;
    text-align: center;
}

figure img {
  max-width:80%;
  max-height:80%;
  width: auto;
  height: auto;
}