.image{
  position: relative;
}

.avatar{
  position: relative;
}

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

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