/*.responsive-map {
    width: 100vw;
    height: 100vh;
    display: block;
}

.hotspot {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.hotspot:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid white;
}
*/
