function opZ() {
	var rblock = document.getElementById("roverblock");
 	if (screen.width < '1200') {
 		rblock.style.opacity="0.5";
		rblock.style.zIndex="1";
		rblock.style.left="750px";
		rblock.style.top="228px";
		}

	}
