#videoPlayer {
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  margin: 0 auto;
  margin-bottom: 60px; /* 数値はお好みで調整可能 */
}
