.map-gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  width: 100%;
  height: 400px; /* 高さは固定値でもOK */
  border: 0;
}

