body.card-style-1 .card-wrapper .detail .card-photo {
  max-width: unset!important;
  max-height: unset !important;
}

body.card-style-1 .card-wrapper .detail .card-photo img {
  max-width: 150px!important;
  max-height: 150px !important;
}
card-wrapper .card-email img, .card-wrapper .card-phone img {
background: #F6F6F6 !important;
}
@media (max-width: 768px) {
  body.card-style-1 .card-wrapper .detail .card-photo {
    max-width: unset !important;
    max-height: unset !important;
  }

  body.card-style-1 .card-wrapper .detail .card-photo img {
    max-width: 150px !important;
    max-height: 150px !important;
  }
}