@import url('index.css') only screen and (min-width: 481px);
@import url('index.mobile.css') only screen and (min-width: 200px) and
  (max-width: 480px);
