div.cardContainer{
    width: 14.5em;
}

div.cardContainer img{
    width: 100%;
    height: 100%;
}

div.cardContainer:hover{
    transform: scale(1.05);
    transition: 0.7s;
}

div.justZoom img{
    width: 100%;
    height: 100%;
}

div.justZoom:hover{
    transform: scale(1.05);
    transition: 0.7s;
}

/*
.WithTeam{
    filter: saturate(0.3);
}*/
.Robbed {
    filter: saturate(0.3);
}

.team-info-card {
    display: flex;
    gap: 10px;
    position: absolute;
    z-index: 0;
    width: 45px;
    margin-top: -70px;
    margin-left: 175px;
}


@media screen and (max-width: 768px) {

    .team-info-card {
        width: 20px;
        margin-top: -35px;
        z-index: 0;
        margin-left: 80px;
    }

}