{{if theme.vala_profile_user_image}}
  .cClubIcon {
     border:none!important;  
    }
  .ipsUserPhoto {
   background:none; 
  }
  .headshot {
      flex-shrink: 0;
      margin: 20px;
      height: calc(150px + 6vw);
      width: calc(150px + 6vw);
      border: calc(8px + 0.2vw) solid transparent;
      background-origin: border-box;
      background-clip: content-box, border-box;
      background-size: cover;
      box-sizing: border-box;
      box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
  }

  img.ipsUserPhoto, a.ipsUserPhoto img, .ipsUserPhoto img  {   
    border: {theme="vala_profile_user_image_border_width"}px solid transparent;
      background-origin: border-box;
      background-clip: content-box, border-box;
      background-size: cover;
      box-sizing: border-box;
      border-radius: {theme="vala_profile_user_image_border_tl"}% {theme="vala_profile_user_image_border_tr"}% {theme="vala_profile_user_image_border_br"}% {theme="vala_profile_user_image_border_bl"}%;
    background-image: url("	"), linear-gradient(rgb(var(--vala_profile_user_image_border_color_from)), rgb(var(--vala_profile_user_image_border_color_to)));

  }
{{endif}}