@media only screen and (max-width: 767px){
    .customNavigation {
        display: none; /* Hides the element */
    }
}