.hover-container {
    position: relative;
    max-width: 600px;
}

.hover-container img {
    width: 100%;
    display: block;
}

.hotspot {
    position: absolute;
    cursor: pointer;
}

#preview {
    position: fixed;
    display: none;
    pointer-events: none;
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 9999;
}

#preview img {
    width: 150px;
}
.hotspot {
    position: absolute;
    cursor: pointer;
}

.hotspot-icon {
    width: 14px;
    height: 14px;
    background: #ff3b3b;
    border-radius: 50%;
    display: block;
    margin: auto;
    box-shadow: 0 0 0 4px rgba(255, 59, 59, 0.3);
}