.bc_maps__map {
  /* Provide default dimensions for map */
  width: 100%;
  height: 360px;
  /* Do not let map overflow the viewport vertically */
  max-height: 100vh;
  overflow: hidden;
}

.bc_maps__directions_form:not(:first-child) {
  /** Include default vertical space before directions form */
  margin: 2rem 0 0;
}