.webnus-image-hotspot {
    background: #008aff;  
    position: relative;
}

.webnus-image-hotspot .image-hotspot-wrapper {
    position: absolute;
}

.webnus-image-hotspot .w-hotspot-icon i {    
    color: #ffffff;
    font-size: 30px;  
    cursor: pointer;
}

.w-hotspot-icon:hover .w-hotspot-content {
    position: relative;
    z-index: 9;
    visibility: visible;
    opacity: 1;
}

.webnus-image-hotspot .w-hotspot-content {
    background: #ffffff;
    min-width: 50%;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
    visibility: hidden;
}

.w-hotspot-icon:hover .w-hotspot-content {
    visibility: visible;
    transition: all 0.3s;
}

.w-hotspot-icon {
    z-index: 9;
    position: relative;    
}
