Make author's photo square

Add this code to the Custom CSS field on the Style tab of your Portfolio widget’s settings:

.eapp-portfolio-author-picture-component {
border-radius: 0 !important;
}

.eapp-portfolio-author-picture-component:after {
box-shadow: none !important;
}