

/* --------- Header ------------- */






/* ---------- Body ---------- */


#MobilDesign {
    display: none;
}

@media only screen and (max-width: 780px) {
    
    #MainSlider {
        display: none;
    }
    
    #MobilDesign {
        display: block;
    }

  }

