@media only screen and (min-width: 800px) {
  #desktop-none {
		display: none;
} 
  
	
}


@media only screen and (max-width: 600px) {

	#desktop-none {
		display: flex;
} 
  
 
}
