.img-icon {
    border-radius: 50%;
    object-fit: cover;
    width:160px;
    height:160px;
}
.img-team-capture {
    border-radius: 5%;
    object-fit: cover;
    width:100%;
}
.img-team-capture-thumb {
    border-radius: 5%;
    object-fit: cover;
    width:80px;
}
a {
    text-decoration: none;
}