.map {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 40px;
}
.map [class*="ground-pane"] {
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}
.map [class*="copyrights-pane"] {
  display: none !important;
}