if (screen.width>1200 && screen.width<1600) {  document.getElementById("cover").style.width="1240px";  document.getElementById("text").style.width="963px";}if (screen.width>=1600) {  document.getElementById("cover").style.width="1560px";  document.getElementById("text").style.width="1303px";}