.dealer_locator_list {
  display: none;
}

section#map {
  position: relative;
  height: 100vh;
}

#dealers-list {
  position: absolute;
  right: 40ox;
  right: 63px;
  bottom: 24px;
  z-index: 2;
}

section#map .dealer_locator_widget_controls {
  z-index: 1;
  right: auto !important;
  max-width: 50vw;
  margin-top: 150px;
}

/* Responsive ----------------------------------------------------------*/
@media (max-width: 1039px) {
  section#map .dealer_locator_widget_controls {
    margin-top: 100px;
  }
}
@media (max-width: 655px) {
  section#map .dealer_locator_widget_controls {
    padding-top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 80px);
  }
}
@media (max-width: 375px) {
  section#map .dealer_locator_widget_controls {
    width: calc(100% - 40px);
  }
}

/*# sourceMappingURL=dealers.css.map */