.org-menu{
    padding: 15px 5px 0 5px;
    text-align: center;
}
.org-menu > a > img{
    width: 65px;
    border-radius: 50%;
}
.org-menu > a > h3{
    margin-top: 10px;
}
.vertical-collpsed .org-menu > a > img{
    width: 40px;
    margin-bottom: 15px;
}
.vertical-collpsed .org-menu > a > h3,
.vertical-collpsed .org-menu > p{
    display: none;
}

/* Entity Profile */
.entity-profile .e-logo > img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}