.iframe-menu iframe {
  width: 100%;
  height: 2000px;
  margin: 14px 0;
}
@media screen and (max-width: 767.5px) {
  .iframe-menu iframe {
    width: 100%;
    height: 1400px;
  }
}
@media only screen and (max-width: 991.5px) and (min-width: 768px) {
  .iframe-menu iframe {
    width: 100%;
    height: 2100px;
  }
}
/*# sourceMappingURL=custom.map */