.d5m-staff-photo {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.d5m_staff_member {
    position: relative;
}
.d5m-staff-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
}
.d5m-staff-designation {
    font-size: 0.9rem;
}
.d5m-staff-search fieldset {
    padding: 0;
}
.d5m-staff-search input {
    padding: 6px 12px;
    border: 1px solid #555;
    font-size: 1rem;
}
.d5m-staff-search .d5m-staff-search-input {
    width: 100%;
}
.d5m-staff-search .d5m-staff-search-btn {
    background: #0D324E;
    border-color: #0D324E;
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
}