/* Extracted from index.html <style> id=pdz-homepage-video-fill-fix on 2026-08-30. */
/* Homepage banner video fill fix only
   Fixes the homepage video being left-aligned/small while leaving child-page banners alone. */
body .hero.video-hero{
  position:relative !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  width:100% !important;
  max-width:none !important;
  min-height:560px !important;
  background:#111 url('../../images/video-image.webp') center center / cover no-repeat !important;
  isolation:isolate !important;
}
body .hero.video-hero > video.hero-video,
body .hero.video-hero video.hero-video,
body section.hero.video-hero > video{
  position:absolute !important;
  display:block !important;
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  left:0 !important;
  inset:0 !important;
  width:100% !important;
  min-width:100% !important;
  max-width:none !important;
  height:100% !important;
  min-height:100% !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  margin:0 !important;
  padding:0 !important;
  z-index:0 !important;
  opacity:1 !important;
}
body .hero.video-hero::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  pointer-events:none !important;
  background:linear-gradient(110deg,rgba(0,0,0,.55),rgba(0,0,0,.25)) !important;
}
body .hero.video-hero .hero-inner{
  position:relative !important;
  z-index:2 !important;
  width:100% !important;
  max-width:1180px !important;
  margin:0 auto !important;
  padding:90px 20px !important;
  color:#fff !important;
}
body .hero.video-hero .eyebrow{
  color:#ffd36a !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
  font-weight:800 !important;
}
body .hero.video-hero h1{
  color:#fff !important;
  max-width:900px !important;
  font-size:clamp(2.1rem,5vw,4.2rem) !important;
  line-height:1.05 !important;
  margin:10px 0 18px !important;
  text-shadow:0 3px 18px rgba(0,0,0,.45) !important;
}
body .hero.video-hero p{
  color:#fff !important;
  max-width:760px !important;
  font-size:1.2rem !important;
  line-height:1.55 !important;
  text-shadow:0 2px 12px rgba(0,0,0,.45) !important;
}
body .hero.video-hero .buttons{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:14px !important;
  margin-top:28px !important;
}
body .hero.video-hero .btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#b40000 !important;
  color:#fff !important;
  border:2px solid #b40000 !important;
  border-radius:999px !important;
  padding:14px 24px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  text-decoration:none !important;
  box-shadow:0 8px 18px rgba(0,0,0,.22) !important;
}
body .hero.video-hero .btn.secondary{
  background:#fff !important;
  color:#111 !important;
  border-color:#fff !important;
}
