@media only screen and (max-width: 768px) {
div.team-liste-container{
justify-content: center;
align-items: center;
flex-direction: column;
flex-wrap: nowrap;
}
div.team-liste-container div.team-item{
height: 700px;
width: 90%;
}
}
@media only screen and (max-width: 690px){
#member-thumbnail{
display: none;
}
div.team-card-container  .member{
width: 100%;   
}
}
@media only screen and (max-width: 1440){
#member-thumbnail{
display: none;
}
div.team-card-container  .member{
width: 100%;   
}
}