.isr700 {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 0px;
  margin-bottom: -200px;
  }
.isr700 iframe {
  width: 50%;
  height: 50%;
}

@media (max-width: 800px) {
.isr700 {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 0px;
  margin-bottom: 0px;
}
.isr700 iframe {
  width: 90%;
  height: 90%;
}

}