@media screen and (max-width:780px){ /*Mobile*/
	#slideresim { height:auto; width:100%; }	
}

@media screen and (min-width:780px){ /*Desktop*/
	#slideresim { height:650px; width:100%; }
}