/* Explain: Layout accents for the three-section landing page */
.hero-band {
    position: relative;
    overflow: hidden;
}

.hero-band > div {
    position: relative;
    z-index: 1;
}
