@media (max-width: 600px) {
  iframe {
    width: 100% !important;
  }
}

@media (max-width: 900px) {
  iframe {
    width: 100% !important;
  }
}

@media (max-width: 1375px) {
  iframe {
    height: 100% !important;
  }
}

