@import url("full-width-carousel.css");

.member-wrapper{
    background-color: var(--color-lightest-gray);
}
.members-filter span{
    cursor: pointer;
}

.image-wrapper{
    width: 100%;
    padding-bottom: 133.33%;
}
.image-wrapper img{
    width: 100%;
    height: 100%;
    left: 0;
}
.member-info {
    background-color: var(--color-black-80);
    bottom: 0;
    width: 100%;
}

@media only screen and (min-width:992px){
    .col-lg-custome{
        width: 20%;
        flex-basis: 20%;
    }
}