/*Media*/
figure {
  margin: 0;
}
  
/*Map*/
.map {
  position:absolute;
  width:100%;
  padding: 0;
  margin-top:750px;
}
.map figure {
  display: table;
  width: 100%;
  height: 100%;
}
.map figure iframe {
  width: 100%;
  max-height: 460px;
}

