/*
Theme Name: styly-child
Template: styly_tcd052
Version: 1.0
*/
@import url("../styly_tcd052/style.css");

/* overlay/caption が controls を邪魔するのを止める（表示はそのまま） */
#header_video .overlay,
#header_video .caption{
  pointer-events: none;
}

/* 終了後にかぶせる controls 用動画 */
#header_video .az-controls-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

/* header_video が absolute を受けられるようにする（ズレない範囲で最小） */
#header_video{
  position: relative;
}

/* controls を邪魔するレイヤーを無効化（表示は残す） */
#header_video .overlay,
#header_video .caption{
  pointer-events: none;
}