.interactive_map {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.interactive_map .interactive_map-link {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.interactive_map .interactive_map-iframe {
  border: 0;
  display: block;
  height: calc(100% + 60px);
  margin-top: -60px;
  width: 100%;
  position: relative;
}
