.xb-team-item .xb-item--img {
    width: 200px !important;
    height: 240px !important;
    margin: 0 auto;
    overflow: visible !important;
    position: relative;
    border-radius: 8px;
}

.xb-team-item .xb-item--img img {
    width: 200px !important;
    height: 240px !important;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 8px;
}

.xb-team-item {
    isolation: isolate;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.xb-team-item:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
}

.xb-team-item:hover .xb-item--img img {
    transform: translateY(-20px) !important;
    box-shadow: 0 20px 40px rgba(0, 255, 151, 0.3) !important;
}

@media (max-width: 991px) {

    .xb-team-item .xb-item--img,
    .xb-team-item .xb-item--img img {
        width: 180px !important;
        height: 220px !important;
    }
}

@media (max-width: 768px) {

    .xb-team-item .xb-item--img,
    .xb-team-item .xb-item--img img {
        width: 200px !important;
        height: 240px !important;
    }
}