.map-block-tagged-left {
    width: 42%;
    float: left;
}

.infoBox:not(:first-child) .marker {
    height: 10px !important;
    width: 10px !important;
    background: #f64d50;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.infoBox:not(:first-child) .marker:hover {
    background: #fb3f42;
    padding-bottom: 0;
    margin-top: 0;
}

.infoBox:not(:first-child) .marker .marker-inner {
    display: none;
}

.infoBox .infobox::before {
    left: calc(50% - 16px) !important;
}

.region .infoBox .infobox {
    display: flex;
}
.region .infoBox .infobox .map-block-tagged-left {
    width: 42%;
}
.region .infoBox .infobox .map-block-tagged-left .views-field.views-field-view-node {
    float: left;
}