.emh-img-item-tamplate {
  position: relative;
  margin-bottom: 5px;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  &.error {
    border: 1px solid red;
  }
  img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    &.emh-img-item-tamplate-delete-icon {
      width: 16px;
      height: 16px;
      position: absolute;
      bottom: 0px;
      right: 0px;
      border-radius: 0px;
    }
  }
}