
/* 動画を親要素いっぱいに広げる */
#player {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

