.bs_employeeFullName {
    font-size: 1.5vw;
    font-weight: 700;
    text-align: center;
}

.bs_employeePhoto {
    margin: auto;
    display: flex;
    justify-content: center;
}

.bs_employeePhoto img{
    width: 9vw;
}



@media (min-width:782px) and (max-width: 1200px){

    .bs_employeePhoto {
        justify-content: flex-start;
    }

    
    .bs_employeeFullName{
        text-align: left;
    }

    .bs_employeePhoto img{
        width: auto;
    }



}




@media (max-width: 781px){
    .bs_employeePhoto img{
        width: auto;
    }

    .bs_employeePhoto {
        justify-content: flex-start;
    }

    .bs_employeeFullName{
        text-align: left;
    }

}