@media (min-width: 768px) and (max-width: 1280px) {
    .desktop-break {
        display: none;
    }
}