@media (max-width: 768px) {
    body {
        background-size: contain !important; /* Adjusts for smaller screens */
        background-position: top center !important; /* Keeps image centered */
        background-attachment: fixed !important;
    }
}