@media (max-width: 767px) { /* Adjust max-width for your mobile breakpoint */
  .hide-mobile {
    display: none !important;
  }
#modal-1 {
    background-image: url(https://kaselle.com.br/wp-content/uploads/2025/12/menu-fundo.jpg);
    background-size: cover;
}
}

@media screen and (min-width: 960px) {
    .hide-desktop {
        display: none !important;
    }
}