/**
Theme Name: キズキ用テーマ
Text Domain: 港区ひきこもり支援ポータル

*/

/* 2. 16:9の比率を保つための設定 */
.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9比率 */
  margin-top: 30px;
}

/* 3. iframeを枠いっぱいに広げる */
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}