
/* Phone */
@import url("oneColFixCtrHdrPhone.css") only screen and (max-width:400px);
/* Tablet */
@import url("oneColFixCtrHdrIpad.css") only screen and (min-width:401px) and (max-width:800px);
/* Desktop */
@import url("oneColFixCtrHdr.css") only screen and (min-width:801px);
