/* 🧵 Breadcrumb: HERO VIDEO CONTAINER */
.bb-video-hero {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

/* 🧵 Breadcrumb: MAIN VIDEO */
.bb-video-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 🧵 Breadcrumb: TEXT OVERLAY */
.bb-video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  border-radius: 4px;
}

.bb-video-overlay h1 {
  font-size: 28px;
}

/* 🧵 Breadcrumb: SECOND VIDEO SECTION */
.bb-video-secondary {
  max-width: 700px;
  margin: 40px auto;
  padding: 0 10px;
}

/* 🧵 Breadcrumb: SECOND VIDEO PLAYER */
.bb-video-sub {
  width: 100%;
  border-radius: 6px;
}