
/* MEDIA QUERY FOR DEVICES LESS THAN 1000PX WIDE */

@media (max-width: 1000px) {
    /* Your CSS styles for devices less than 1000px wide */
    .app{
        display: none;
    }
}