#map {
    width: 100%;
    height: 100%;
}

.marker {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
}

.marker #point {
    width: 10px;
    height: 10px;
    position: absolute;
}

.marker #icon {
    width: 30px;
    height: 30px;
    position: absolute;
}

.marker img {
    width: 100%;
    height: 100%;
    position: absolute;
}