.map {
  display: block;
  height: 240px;
  overflow: hidden;
  background: #e1e2da;
}

.map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.72) sepia(.08);
}
