.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%; /* यह 16:9 का अनुपात (Aspect Ratio) सेट करता है */
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}