:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7693736 *//* =========================================
   FALLEN HEROES - PATRIOTIC BACKGROUND IMAGE
========================================= */

.fwa-memorial-hero {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    isolation: isolate;
}

/* Background artwork */
.fwa-memorial-hero::before {
    content: "";

    position: absolute;
    inset: 0;

    background-image: url("https://20fwa.org/wp-content/uploads/2026/09/flag.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    opacity: 0.72;

    z-index: 0;
    pointer-events: none;
}

/* Keep text above the artwork */
.fwa-memorial-inner {
    position: relative;
    z-index: 2;
}/* End custom CSS */