/* Keep the location map in normal document flow on desktop and mobile. */
.map.map-embed {
  position: relative !important;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
  height: 360px;
}
.map-embed iframe { display: block; width: 100%; height: 100%; border: 0; }
