/* Add custom CSS styles below */ 
img[src*="cdn.salla.sa/customer_profiles/"]{
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

@media (min-width: 768px){
  img[src*="cdn.salla.sa/customer_profiles/"]{
    width: 80px !important;
    height: 80px !important;
  }
}

.salla-review img[src*="cdn.salla.sa/customer_profiles/"],
.salla-review img[src*="avatar_male.png"],
.salla-review img[src*="avatar_female.png"]{
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  max-width: 56px !important;
  max-height: 56px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}