body {
  min-width: auto !important;
  min-height: auto !important;
}

.map {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  margin: 30px 0;
}

.map .raw-html-embed {
  width: 1920px;
  height: 960px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -960px;
  margin-top: -480px;
}

input.input1 {
  width: 100%;
  border: 1px solid #ccc;
  margin: 10px 0;
  height: 50px;
  padding: 0 15px;
}

textarea.input {
  width: 100%;
  border: 1px solid #ccc;
  margin: 10px 0 !important;
  height: 100px;
  padding: 10px 15px;
}

input.input {
  width: 200px;
  border: 1px solid #ccc;
  margin: 0;
  height: 50px;
  padding: 0 15px;
}

input.input4 {
  width: 130px;
  height: 35px;
  background: #ddd;
  margin-top: 15px;
}

@media screen and (max-width: 640px) and (min-width:0px) {
  .raw-html-embed {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
  }

  .raw-html-embed .my-map {
    margin-top: -150px;
  }
}