.ye-image{
  position: relative;

  img{
    max-width: 100%;
  }

  &.avatar{
    position: relative;
  }

  &.background{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  &.circle{
    border-radius: 100%;
    overflow: hidden;
  }
}
