#team-list-new .carousel-item:nth-child(n+13) {
    display: none;
}
#team-list-new.active .carousel-item {
    display: initial!important;
}