.cropper-point {
    width: 20px !important;   /* Viel breiter (Standard ist oft nur 5px) */
    height: 20px !important;  /* Viel höher */
    border-radius: 50%;       /* Rund sieht am Handy besser aus */
    background-color: #007bff !important; /* Farbe (z.B. Blau) */
    opacity: 0.8 !important;  /* Leicht transparent */
}

.point-e { margin-top: -10px !important; margin-right: -10px !important; }
.point-n { margin-left: -10px !important; margin-top: -10px !important; }
.point-w { margin-top: -10px !important; margin-left: -10px !important;}
.point-s { margin-left: -10px !important; margin-bottom: -10px !important;}
.point-ne { top: -10px !important; right: -10px !important; }
.point-nw { top: -10px !important; left: -10px !important; }
.point-sw { bottom: -10px !important; left: -10px !important; }
.point-se { bottom: -10px !important; right: -10px !important; }

img {
    max-width: 100%; /* This rule is very important, please do not ignore this! */
}
