
.image-label-wrap {
  position: absolute;
  z-index: 1;

  &.img {
    max-width: 60px;
    max-height: 60px;

    &.small {
      max-width: 30px;
      max-height: 30px;
    }
  }

  &.position-1 {
    top: 0;
    left: 0;
  }

  &.position-2 {
    bottom: 0;
    left: 0;
  }

  &.position-3 {
    top: 0;
    right: 0;
  }

  &.position-4 {
    bottom: 0;
    right: 0;
  }
}
