@media only screen and (min-width : 1001px) {  
	
	.tablet 	{display:none}
	
		}
		
@media only screen and (max-width : 1000px) {  
	
	.desktop 	{display:none}
	
		}

		
