
.maps-directive-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.maps-directive-wrapper .map-element {
    width: 100%;
    height: 100%;
}

.maps-directive-wrapper .subtitle-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
}

.maps-directive-wrapper .subtitle-wrapper .subtitle-element {
    width: 100%;
    min-height: 32px;
    max-width: 120px;
    font-size: 12px;
    margin-bottom: 5px;
    background-color: rgba(0,0,0, 0.9);
    color: #fff;
    border-radius: 8px;
}

.maps-directive-wrapper .subtitle-wrapper .subtitle-element span {
    margin-left: 5px;
}

.maps-directive-wrapper .subtitle-wrapper .subtitle-element img {
    margin-right: 5px;
    height: 25px;
}