.btGoogleMapsWrap {
    z-index: 500 !important;
}

.leaflet-marker-icon {
    filter: hue-rotate(92deg) brightness(0.55);
}

@media (max-width: 768px) {

    .btGoogleMapsWrapper .btGoogleMapsContainer,
    .btGoogleMapsWrapper .btGoogleMapsContainer.btGoogleMapsContainerWithContent {
        height: 500px !important;
    }
}