.users__header-avatar {
  width: 120px; }

.user--inactive {
  opacity: .5; }

.user-avatar {
  position: relative;
  height: 100px;
  width: 100px; }
  .user-avatar__initials {
    position: absolute;
    display: block;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    bottom: 0;
    right: 3px; }
