@media (max-width: 767px) {
  html body .uc_starter_statistics .uc_starter_statistics_inner .uc_member_pic {
    width: 60% !important;
    max-width: 60% !important;

    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;

    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }
}