@import url('desktop.css');
@import url('../s2k-master/desktop_narrow.css') only screen and (max-width:1000px);
@import url('tablet.css') only screen and (max-width:800px);
@import url('mobile.css') only screen and (max-width:480px);