.item-member__imglink {
    height: 150px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.item-member__imglink img {
    display: block;
    max-width: 100% !important;
    max-height: 100%;
}

.mainpic-member {
    height: 300px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
}

.mainpic-member img {
    display: block;
    max-width: 100%!important;
    max-height: 100%;
}

.mobile-filter-members-button {
    display: none!important;
}

@media screen and (max-width: 992px) {
    .mobile-filter-members {
        display: none;
    }

    .mobile-filter-members-button {
        display: block!important;
        margin-top: 30px;
    }

    .mobile-filter-members-button .btn {
        width: 100%;
    }
}

.overflow-height {
    max-height: 295px;
    overflow: auto;
}