Hi,
You can find and change it from modules/mod_jaimagehotspot/assets/css/style.css file with the CSS style below
/* ++ MARKER ++ */
.jai-map-container .point {
/* background: url(../images/icon-marker-default.png) no-repeat left top; */
height: 24px;
width: 24px;
position: absolute;
z-index: 999;
}
.jai-map-container .point.point-img,
.jai-map-container .point.point-ico {
background-repeat: no-repeat;
height: auto;
width: auto;
min-height: 32px;
min-width: 32px;
max-height: 100px;
max-width: 100px;
}
.jai-map-container .point.point-ico {
background-size: inherit !important;
}
Regards