#mapContent {
    position: relative;
}

#staticMap.leaflet-container {
    cursor: default!important;
}

.smallMap {
    width: 100%;
    height: 250px;
}

.homepageMap {
    width: 100%;
    height: 480px;
}

#mapData {
    display: none;
}

#mapContent .icon[data-type="logo"] {
    font-size: 25px;
    opacity: 1;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 750;
    height: 33px;
    width: 85px;
}