/*
Author: L. Voogdt
License: MIT
Version: 1.0
*/

/* Marker setup */
.png-marker {
    background: url("images/marker.67523ff5cb62.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
}

.png-icon {
    height: 13px !important;
    width: 13px !important;
    left: -6.5px;
    top: -31px;
    position: absolute;
    filter: invert(1);
}

.png-marker-shadow {
    background: url("images/markers-shadow.9e9c77db241e.png") no-repeat 0 0;
    width: 36px;
    height: 16px;
}

.png-marker::after {
    height: 20px;
    width: 20px;
    background: black;
}