@import url("screen.css"); 
@import url("antiscreen.css") handheld; 
@import url("antiscreen.css") only screen and (max-device-width:480px) and (orientation:portrait);
@import url("antiscreen.css") only screen and (max-device-width:854px) and (orientation:landscape);