/* Desktop */
@import url("Main.css");
/* Phone */
@import url("Phone.css") only screen and (max-width:920px);
/* Tablet */
@import url("Tablet.css") only screen and (min-width:921px) and (max-width:1159px);

