.emh-img-reload {
  &-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-size: 38px;
    color: white;
  }
  &-span {
    font-size: 10px;
    color: red;
    white-space: nowrap;
  }
}