/*
Theme Name: ロイヤルパワーアップスクール
Version: 2021.10
Tested up to: 5.8
Requires PHP: 7.4
*/


/*ショート動画を縦型に*/
.youtube iframe {
  position: relative;
  aspect-ratio:9 /16; /
}

.youtube .video {
  height:100%;
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 0;
  width: 200px;   /* ビデオ横幅 */
}