/*
 * Required to arrange map behind menu overlay.
 */
#google-map-area {
    position: relative;
    z-index: 0;
}

.leaflet-container .leaflet-marker-icon.cluster-marker {
    background: transparent url("../images/map/cluster_marker.svg") no-repeat center center;
    background-size: contain;
}

.leaflet-container .leaflet-marker-icon.cluster-marker div {
    padding-top: 13px;
    font-size: 130%;
    text-align: center;
}

.bub_map_preview {
    height: 670px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bub_map_preview .optInOver {
    padding: 25%;
}
.bub_map_preview .optInOver button:last-of-type {
    margin-left: 10px;
}