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

/* Laptop */
@import url("css/laptop.css") only screen and (min-width:801px);