
.map__marker {
    width: 50rem !important;
    height: 50rem !important;
}

@media (max-width: 767px) {
    .map__marker {
        width:50rem !important;
        height: 50rem !important;
    }
}
