@media (max-width:651px){

	.desktop{

		display:none  !important;

	}

}

@media (min-width:652px){

	.mobile{

		display:none !important;

	}

}