#basicMap {
  width: 100%;
  height: 300px;
}

@media (min-width: 768px) {
  #basicMap {
    height: 500px;
  }
}

