@import url(mobile.css) only screen and (max-width: 480px), only screen and (max-device-width: 480px);
@import url(mobile.css) only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-device-width: 480px) and (max-device-width: 768px)

