.xtd-person{
  position: relative;
  z-index: 1;

  &__content{

  }
  &__title{
    > small, > span{
      display: block;
      font-size: 75%;
    }
  }
  &__content{
    margin-top: .25rem;
  }
  .btn{
    font-size: 100%;
  }
}
