.marker {
    cursor: pointer;

    width: 25px;
    height: 25px;
    border-radius: 50%;

    position: relative;
    transform: translate(-50%, -50%);
}
