
.fanverly-hotspot-wrapper{
    position:relative;
    display:inline-block;
}

.fanverly-hotspot-image{
    max-width:100%;
    height:auto;
}

.fanverly-hotspot{
    position:absolute;
    width:18px;
    height:18px;
    background:#7c3aed;
    border-radius:50%;
    cursor:pointer;
    transform:translate(-50%,-50%);
}

.fanverly-hotspot-popup{
    display:none;
    position:absolute;
    background:#fff;
    padding:10px;
    box-shadow:0 5px 20px rgba(0,0,0,0.2);
    width:200px;
    z-index:99;
}

.fanverly-hotspot:hover .fanverly-hotspot-popup{
    display:block;
}
