/* v20: show the opening film without a color overlay. */
html body.page-home #section-1::before,
html body.page-home #section-1::after,
html body.page-home .panel-intro::before,
html body.page-home .panel-intro::after {
    display: none !important;
    content: none !important;
    background: none !important;
    opacity: 0 !important;
}
