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

  .raw-html-embed {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #fff;
  }

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

  @media (max-width: 992px) {
    .raw-html-embed {
      height: 400px;
    }
  }