/**
Calculate rem
*/
.c-map iframe {
  height: 300px;
}
@media (min-width: 992px) {
  .c-map iframe {
    height: 700px;
  }
}