#map {
    position: relative;
    width: 100%;
    height: 96vh;
}

.e-marker {
    transform-origin: bottom center;
    cursor: pointer;
}

.e-marker__marker {
    fill: #fff;
}

.e-marker__icon {
    fill: none;
}

.e-marker__image {
    transform: scale(1);
    transform-origin: 50% 50%;
}

.e-marker__circle {
    display: none;
}

.e-marker__text {
    font-size: 7px;
    text-align: center;
    opacity: 0;
    fill: #191919;
    transform-origin: 50% 50%;
    alignment-baseline: middle;
    text-anchor: middle;
    paint-order: stroke;
    stroke: #fff;
    stroke-width: 1px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    font-weight: 800;
}

#reset {
    font-size: 15px;
    position: absolute;
    top: 20px;
    right: 60px;
    width: 60px;
    height: 60px;
    padding: 7px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.4);
    cursor: pointer;
    border-radius: 10%;
    text-align: center;
    color: #000;
    z-index: 10;
}