@media only  screen and (max-width: 640px) {
	#sve {
		background: none !important; 
	}
}

@media only screen and (min-width: 641px) and (max-width: 980px) {
	#sve {
		background: none !important; 
	}

}
 
@media only  screen and (min-width: 981px)  {
	
	 
 
} 
