.badge-holder {
  position: relative;
  display: inline-block;
  padding-right: 12px; /* to compensate for the badge */
}

.corner-badge {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 5px 10px;
}

.badge-caption {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 30px;
  padding: 5px 10px;
}

.profileAvatar {
  width: 150px;
  object-fit: fit;
}

.linkAvatar {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
