@import url(style-mobile.css) only screen and (max-width: 900px);
@import url(style-full.css) only screen and (min-width: 901px);
