@charset "utf-8";
/*
Theme Name: My Theme
*/

iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.wp-embed-aspect-16-9 iframe {
  aspect-ratio: 16/9;
}