.#{$boldr-ns}avatar {
  overflow: hidden;
  width: $avatar-size;
  height: $avatar-size;
  border: 0;
  border-radius: 50%;
  text-align: center;
}

.#{$boldr-ns}avatar__img {
  width: auto;
  height: 100%;
}

.#{$boldr-ns}avatar__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
}
