#map-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 50vh; /* Set the height to 30% of the viewport height */
  /* height: 0; */
  width: 92%;
  margin: auto;
}
#map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
