/* ทำให้วิดีโอเต็มหน้าจอ */
#bg-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1; /* อยู่ด้านหลัง */
  object-fit: cover;
}

/* เนื้อหาทับพื้นหลัง */
.content {

  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  padding-top: 20%;
  font-family: sans-serif;
}