/* Phone */
@import url("endy_phone.css") only screen and (max-width:320px);
/* Tablet */
@import url("endy_tablet.css") only screen and (min-width:321px) and (max-width:768px);
/* Desktop */
@import url("endy_desktop.css") only screen and (min-width:769px);
/* iphone */
@import url("iphone.css") only screen and (max-width:320px);



