.city-map{
    height:500px;
    position:relative;
    z-index: 1;
    background:#f6f6f6
}

.leaflet-control-attribution{
    display: none;
}

.city-map .info-box-wrap .button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2rem;
}

.city-map-container .info-message-wrapper{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.4);
    text-align: center;
    font-size: 2rem;
    z-index: 3;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    align-items: center;
    line-height: 3rem;
    padding: 0 2rem;
}

.info-message-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}