.hotspots-bounds {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.hotspot-pin {
    border-radius: 50%;
    background-color: yellow;
    color: black;
    font-size: 11px;
    display: inline-block;
    min-height: 20px;
    min-width: 24px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    border: 2px solid black;
}

.hotspot-image-field .ufl_file {
    max-height: unset;
    max-width: unset;
    min-height: unset;
}