/* Fix: foto contatto visibile nel riepilogo (theisland theme JS usa background-image ma manca CSS) */
.crm-image-popup {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 90px;
  width: 90px;
}
