.cr-avatar {
  position: relative;
  display: inline-block;
  &__status {
    width: 100%;
  }
  &__person {
    background-size: cover !important;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
