/* Hide floating navigation on mobile devices */
@media (max-width: 991px) {
    #header.header-floating-icons {
        display: none !important;
    }
}

/* Custom background for "About Me" section on mobile */
@media (max-width: 991px) {

    #home .section-parallax,
    #home .section-parallax .parallax-background {
        background-image: url('../img/demos/resume/about-me/about-me-mobil.jpg') !important;
        background-position: center top !important;
    }
}