#custom-remit-download img {
	width: 30%;
	height: auto;
}

@media screen and (min-width: 641px) and (max-width:1024px) {
	#custom-remit-download img {
		width: 50%;
		height: auto;
	}
}

@media screen and (max-width: 640px) {
	#custom-remit-download img {
		max-width: 70%;
	}
}

