.ww_teamWrapper {
    padding:40px 0;
    box-sizing: border-box;
}
.ww_teamWrapper > h3 {
    display: none;
}
.ww_teamList_outer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.ww_teamList {
    width: 89%;
    margin-top:10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    transition: all .500s;
    flex-wrap: wrap;
    gap: 23px;
}


.wwtlItemWrapper {
    height: 513px !important;
    width: 100% !important;
}




.ww_teamList.loadingContent {
    opacity: 0;
}
.wwtlItemWrapper {
    height: 350px;
    width: 33.33%;
    position: relative;
    overflow: hidden;
}


@media (max-width: 1170px) {
    .wwtlItemWrapper {
        width: 100% !important;
    }
}

.wwtlItem,
.wwtlItem_inner,
.wwtliPhoto {
    width:100%;
    height: 100%;
}
.wwtlItem {
    position: absolute;
}
.wwtliPhoto {
    overflow: hidden;
    transform-origin: center;
    transition: all .6s;
    filter:none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wwtlItemWrapper:hover .wwtliPhoto {
    transform: scale(1.02);
}
.wwtliPhoto.img_landscape img {
    width: 100%;
    height: unset;
    position: relative;
}
.wwtliPhoto.img_portrait img {
    width: unset;
    height: 100%;
}
.wwtlTitle {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.wwtlTitle .sbtItem_title {
    width: 310px;
    height: 86px;
    padding: 0;
    font-family: 'NeueHaasGroteskText Pro Md';
    font-size: 25px;
    letter-spacing: 2.14px;
    line-height: 30px;
    text-align: center;
    
}
