/* ===============================
   Video Hero Section Spacing
   For Thermwood.com
   =============================== */

/* Adds consistent spacing below fixed or tall header */
.video-hero-container {
  margin-top: 90px; /* Default desktop spacing */
  position: relative;
  z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .video-hero-container {
    margin-top: 70px; /* Tablets */
  }
}

@media (max-width: 767px) {
  .video-hero-container {
    margin-top: 60px; /* Mobile devices */
  }
}
