
/* Mobile */
@import url("css/mobile.css") only screen and (min-device-width : 320px) and (max-device-width : 700px);
/* Desktop */
@import url("css/desktop.css") only screen and (min-width:701px);
