.jumbotron {
    background-color: rgba(148,183,188,0.15);
    vertical-align: middle;
}

.jumbotron-image {
    background-image: url('https://kamilistorage.blob.core.windows.net/gallery/contact-3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /* Portrait source in a wide banner — bias upward to keep the dispensers and shelves in frame. */
    background-position: center 45%;
    height: 568px;
}

.contact-team {
    max-width: 900px;
    margin: 0 auto 4rem;
    padding: 0 1rem;
    text-align: center;
}

.contact-team img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.contact-team figcaption {
    margin-top: 1.2rem;
    font-size: 1.5rem;
    color: #777;
}