@media (max-width: 768px) {
  #map_search {
    top: 0;
    right: 42px;
    left: 0;
  }
  #map_search .search_label {
    display: none;
  }
  #map_search input {
    width: 100%;
  }
  #map_filter {
    top: 0;
    right: 0;
    z-index: 35;
  }
  #map_filter .filter_wrapper {
    position: absolute;
    right: 0;
    top: 40px;
    margin-right: 0;
  }
}
