@media screen and (max-width: 900px) {
  iframe {
    display: none;
  }
}