
/* Phone */
@import url("phone.css") only screen and (max-device-width:1000px);
/* Tablet */
@import url("tablet.css") only screen and (min-device-width:321px) and (max-device-width:1000px);
/* Desktop */
@import url("desktop.css") only screen and (min-device-width:769px);
