
/* remove a foto do menu lateral */
.splash-user-photo {
    display: none !important;
} 

/* remove foto do too da pagina */
.header-profile-photo {
    display: none !important;
}

/* ajusta tamanho do nome no topo */
.header-profile-name {
    width: 120px !important;
}