$( document ).ready(function() {
var isMobile = window.matchMedia("only screen and (max-width: 760px)");
});
if (isMobile.matches) { //adjust for mobile device }
var elmt = document.getElementById('contenthover');
elmt.style.display = 'none';