        .lazy-background {
            /*min-height: 100vh;*/
            /* Give it some height so it's visible */
            background-color: #2e2e2e;
            /* Placeholder color */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            transition: background-image 0.5s ease-in-out;
            /* Optional: for a subtle fade-in */
            position: relative;
        }