
/* Mapbox Map Feature Styles */

#mapbox-map											        { width: 100%; height: 100%; position: relative; }
#mapbox-map div.location-map						        { width: 100%; height: auto; top: 0px; bottom: 0px; position: absolute; text-align: left; }
#mapbox-map div.marker								        { background-size: cover; cursor: pointer; }
#mapbox-map div.marker.office						        { margin-left: -14px; margin-top: -51px; width: 29px; height: 51px; background-image: url('../../../images/map-pin.png'); background-size: 100% auto; }
#mapbox-map div.mapboxgl-map                                { height: 100%; width: 100%; }

@media only screen and (max-width: 800px)
{
    #mapbox-map                                             { height: 600px; }
}