.row.team-gallery .col-md-4 {
    padding-bottom: 1.5rem;
}

.team-gallery img {
    width: 100%;
}

.card-img-container {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    transition: all .2s ease .02s;
    filter: grayscale(100%);
}

.card-img-container:hover {
    transition: all .2s ease .02s;
    filter: grayscale(0%);
}
