
@media screen and (Math.min(window.screen.width, window.screen.height) < 768) {
	.highlight {
    display : none;
    
  }
}