.staff-avatar {
    max-width: 100px !important;
    max-height: 100px !important;
    width: auto !important;
    height: auto !important;
    border-radius: 20%;
}

.staff-photo {
    max-width: 300px;
    width: 30%;
    min-width: 120px;
    height: auto;
    border-radius: 20%;
}
.doc-img {
    max-width: 100%;
    height: auto;
    display: block;
}
