@import url(style_x.css) screen and (min-width: 1280px);

@import url(style_m.css) screen and (max-width: 1279px) and (min-width: 769px);

@import url(style_s.css) screen and (max-width: 768px);
