.img-stretch {
    height: auto;
    width: 100%;
}

.img-stretch-contain {
    height: auto;
    width: 100%;
    object-fit: contain;
}

.figure {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.figure-caption {
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 10px;
}

.figure-caption a {
    font-family: 'Merriweather' !important;
    color: #6c757d !important;
    text-decoration: underline !important;
}

.figure-caption a:hover {
    opacity: 0.8;
}



.partner-logo {
    max-height: 80px;
    max-width: 300px;
    -webkit-filter: grayscale(100%) brightness(0%) contrast(100%);
    filter: grayscale(100%) brightness(0%) contrast(100%);
}

.partner-logo-col {
    padding: 50px;
}

.image-caption {
    font-family: "Roboto", sans-serif !important;
}

/*videos*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    /* padding-top: 25px; */
    height: 0;

    border: 1px solid #EEE;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*person*/
/*department snapshot*/
.group_snapshot_image {
    max-width: 80px;
}


/*lists*/
.no-bullet-no-indent-list {
    list-style: none;
    padding-left: 0;
    line-height: 0px !important;
}

​.swiper-button-next,
.swiper-button-prev {
    color: white !important
}
