.pin-selector {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: crosshair;

  &__icon {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 17px;
    background: #FFF;
    background-clip: content-box;
    border: 16px solid rgba(66, 133, 244, .3);
  }

  &__image {
    position: absolute;
    top: -15px;
    left: -6px;
  }

  &__edit {
    position: absolute;
    top: -50px;
    pointer-events: initial;
  }
}


//.pin-selector {
//  height: 20px;
//  width: 20px;
//  cursor: move;
//  z-index: 100;
//
//  &__handle {
//    display: none;
//  }
//
//  img {
//    width: 100%;
//    pointer-events: none;
//  }
//}
