#googlemaps-location {
    background: url("../img/map.png") center no-repeat transparent;
    background-size: cover;
    min-height: 400px;
}
#googlemaps-location .more {
    display: block;
    min-height: 400px;
    width: 100%;
}
#googlemaps-location .more span {
    position: relative;
}
#googlemaps-location [data-tooltip]:before {font-family: 'Verdana','Open Sans',sans-serif;content: attr(data-tooltip);display: none;position: absolute;background: rgba(133,133,133,1);color: #fff;padding: 8px 15px;font-size: 0.8rem;line-height: 1.4;min-width: 200px;border-radius: 4px;font-weight:normal;}
#googlemaps-location [data-tooltip-position='right']:before {bottom:55px;}
#googlemaps-location [data-tooltip-position='right']:before {left: 100%;}
#googlemaps-location .more:hover [data-tooltip]:before, #googlemaps-location .more:hover [data-tooltip]:after {display: block;z-index: 50;}
