.team-page .header {
    height: auto !important;
}
.team-page .members {
    padding: 70px 0;
}
.team-page .mimg img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 250px;
    border-radius: 50%;
}
.team-page .member {
    padding-bottom: 60px;
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
    .team-page .mimg img {
        width: 150px;
        height: 150px;
    }
}