iframe {
  width: 100%;
  aspect-ratio: 16/9; //アスペクト比（縦横比）を指定
}



@media (max-width: 600px) {
   iframe {
  width: 100%;
  aspect-ratio: 16/16; //アスペクト比（縦横比）を指定
}
}
