Video Content

Video Content

/* Blog post hero title — heavy dark glow for legibility on busy backgrounds */ .banner--blog .banner__inner h1, .banner--blog .banner__inner h1 span, .banner--blog h1, .banner--blog h1 span { text-shadow: 0 0 30px rgba(0, 0, 0, 1), 0 0 60px rgba(41, 32, 52, 1), 0 0 20px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 4px 12px rgba(0, 0, 0, 0.9) !important; color: #ffffff !important; } /* Add a dark gradient scrim behind the title area to guarantee legibility */ .banner--blog::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 70%; background: linear-gradient(to top, rgba(41, 32, 52, 0.7) 0%, rgba(41, 32, 52, 0.3) 50%, rgba(41, 32, 52, 0) 100%); z-index: 1; pointer-events: none; } .banner--blog { position: relative; } .banner--blog .banner__inner { position: relative; z-index: 2; }