@media (min-width: 1024px) {
  #beeper {
    grid-column: span 2 !important;
  }

  #sutom {
    grid-column: span 1 !important;
  }
}
#beeper iframe {
  height: 700px !important;
}
#beeper iframe,
#sutom iframe {
  border-radius: 16px !important;
}
#sutom iframe {
  overflow: hidden !important;
}
#firefox iframe {
  height: 700px !important;
}
#firefox {
    grid-column: span 4 !important;
  }
