/* Include mobile styles */
@import url('desktop.css') screen and (min-width: 1024px); /* formerly 1040px */
@import url('mobile.css') screen and (max-width: 1023px);