.leaflet-container .leaflet-condensed-attribution {
    margin: 10px;
    padding: 0;
    border-radius: 20px;
    border: 2px solid rgba(0,0,0,.2);
    background: rgba(255,255,255,.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor:pointer;
}

.leaflet-condensed-attribution .attributes-body .textBody {
    display: inline-block;
    padding: 0 4px 0 5px;
    height: auto;
    line-height: auto;
    z-index: 99902;
}

.leaflet-condensed-attribution .attributes-emblem {
    display: none;
}

.leaflet-condensed-attribution .active .attributes-emblem {
    display: none;
}


@media (max-width:588px) {

    .leaflet-condensed-attribution .active .textBody {
        display: inline-block !important;
    }

    .leaflet-condensed-attribution .attributes-body .textBody {
        display: none;
    }

    .leaflet-condensed-attribution .attributes-emblem {
        height: 28px;
        width: 48px;
        font-size: 12px;
        color: #212529;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        float: right;
    }

/*
    .leaflet-condensed-attribution:hover .attributes-body {
        display: inline-block !important;
    }
*/

 }

