#Gmap {
  position: relative;
  width: 600px;
  height: 370px;
/*  padding-top: 300px;*/
  overflow: hidden;
}
#Gmap iframe {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
/*  height: calc(100% + 150px + 150px);*/
  pointer-events: auto;
}

#GmapSP {
    position: relative;
    width: 100%;
    height: 370px;
  /*  padding-top: 300px;*/
    overflow: hidden;
  }
  #GmapSP iframe {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
  /*  height: calc(100% + 150px + 150px);*/
    pointer-events: auto;
  }