.ellipse .cropper-crop-box, .ellipse .cropper-view-box {
    border-radius: 50%;
}
.ellipse .cropper-view-box {
    box-shadow: 0 0 0 1px #39f;
    outline: 0;
}
.ellipse .cropper-face {
  background-color:inherit !important;
}

.ellipse .cropper-dashed, .ellipse .cropper-line {
  display:none !important;
}
.ellipse .cropper-view-box {
  outline:inherit !important;
}

.ellipse .cropper-point.point-se {
  top: calc(85% + 1px);
  right: 14%;
}
.ellipse .cropper-point.point-sw {
  top: calc(85% + 1px);
  left: 14%;
}
.ellipse .cropper-point.point-nw {
  top: calc(15% - 5px);
  left: 14%;
}
.ellipse .cropper-point.point-ne {
  top: calc(15% - 5px);
  right: 14%;
}