/* Desktop */
@import url("desktop.css");
/* Phone 320px */
@import url("phone.css") only screen and (max-width:480px);
/* Tablet 320-768*/
@import url("tablet.css") only screen and (min-width:481px) and (max-width:768px);
