.profile-photo {
  width: 128px;
  height: 128px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e9ecef;

  progressive-image {
    display: block;
    width: 100%;
    height: 100%;
  }

  img.placeholder-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.profile-photo--tiny {
  width: 32px;
  height: 32px;
}

.profile-photo--small {
  width: 48px;
  height: 48px;
}

.profile-photo--large {
  width: 128px;
  height: 128px;
} 
