

@media (max-width: 750px) {
    #STAFF_MULTI_PAGE_W_ASIDE{
        max-width: 95vw;
        margin-inline: auto;
    }

    #STAFF_MULTI_PAGE_W_ASIDE.staffPageContactInfo #pageAsideWrapper #staffNavContactWrapper .staffContactWrapper,
    #STAFF_MULTI_PAGE_W_ASIDE.staffPageContactInfo #pageAsideWrapper #staffNavContactWrapper,
    #STAFF_MULTI_PAGE_W_ASIDE.staffPageSquarePhoto #pageAsideWrapper .staffOverviewWrapper .staffOverview .staffOverWrapperOutline {
        display: none !important;
    }

    #STAFF_MULTI_PAGE_W_ASIDE.staffPageContactInfo .contactStaffMember #contactStaff #emailForm table  tr td,
    #staff .staff-categoryStaffMembers {
        display: flex;
        flex-direction: row;
        width: 100% !important;
    }

    #STAFF_MULTI_PAGE_W_ASIDE.staffPageContactInfo .contactStaffMember #contactStaff #emailForm table  tr td .emailForm_label {
        padding-top: 16px;
    }

    #STAFF_MULTI_PAGE_W_ASIDE #pageContentWrapper .contactStaffMember #contactStaff #emailForm table {
        width: min(95vw, 100%) !important;
    }


}