Change size of the author image

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

.es-review-avatar-container,
.es-review-avatar {
	width: 52px !important;
	height: 52px !important;
}