.emh-img-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: relative;
  img {
    width: 100%;
    height: 100%;
  }
  span {
    display: block;
    color: red;
    width: 56px;
    position: absolute;
    top: 20px;
    text-align: center;
    font-size: 11px;
  }
}