.single-listing-map {
  position: relative;
  padding-bottom: 75%; /* Adjust this percentage for the desired aspect ratio */
  height: 0;
  overflow: hidden;
}
.single-listing-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}