@media (max-width: 780px) {
    .no-mobile {
        display: none !important;
    }
}