/*
 * About page hero image brightness.
 *
 * The image should be shown as supplied by the admin/content setting. This
 * page-local override removes the dark gradient and any image effects without
 * changing other hero sections.
 */

.page-about .about-hero {
    background-image: var(--about-hero-image) !important;
    background-blend-mode: normal !important;
    filter: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
}