.avia-course-category-list #members-list.grid {
    flex-flow: row;
    margin: 0;
}
.avia-course-category-list #members-list.bp-list.grid li {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--bb-block-radius);
    min-height: 190px;
    padding: 0;
    overflow: hidden;
    margin-right: 10px;
    background-position: center;
    background-color: var(--bb-primary-color);
}
.avia-course-category-list #members-list.bp-list.grid li .list-wrap {
    padding: 0;
    background: none !important;
    border: none !important;
}
.avia-course-category-list #members-list.bp-list.grid li > a {

    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
}
.avia-course-category-list #members-list.bp-list.grid .item-avatar {
    margin: 0;
}
.avia-course-category-list #members-list.bp-list.grid .item-avatar img {
    max-height: 100px;
    max-width: 100px;
    width: auto;
    margin: 10px;
}

.avia-course-category-list #members-list.bp-list.grid li > a * {
    height: 100%;
}
.avia-course-category-list #members-list.bp-list.grid li > a .list-wrap-inner {
    height: calc(100% - 40px);
    height: auto;
}
.avia-course-category-list #members-list.bp-list.grid li .list-wrap .list-title {
    /* color: #fff;
    margin: 0;
    height: 50px;
    line-height: 50px;
    position: absolute;
    background: transparent;
    background: linear-gradient(0deg, rgba(0,0,0,0.5018601190476191) 20%, rgba(96,51,118,0) 84%);
    background: linear-gradient(0deg, rgba(0,0,0,0.30) 20%, rgba(0,0,0,0) 100%);
    width: 100%;
    bottom: 0px; */

    color: #fff;
    margin: 0;
    height: 50px;
    line-height: 50px;
    position: absolute;
    background: transparent;
    /* background: linear-gradient(0deg, rgba(0,0,0,0.5018601190476191) 20%, rgba(96,51,118,0) 84%); */
    /* background: linear-gradient(0deg, rgba(0,0,0,0.30) 20%, rgba(0,0,0,0) 100%); */
    width: 100%;
    bottom: 0px;
    font-size: 16px;
}
.swiper-button-next, .swiper-button-prev {
    color: #FFF;
}

.avia-course-category-list #members-list.bp-list.grid li .list-wrap .list-title > div.multiple-lines {
    word-wrap: break-word;
    white-space: pre-line;
    line-height: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    padding: 0px 1em;
}