@media only screen and (max-width: 375px) {
	 .give-banner {
		 background-position: -393px;
	}
}

@media only screen and (min-width: 375px) {
	 .give-banner {
		 background-position: -375px;
	}
}
@media only screen and (min-width: 400px) {
	 .give-banner {
		 background-position: -355px;
	}
}
@media only screen and (min-width: 430px) {
	 .give-banner {
		 background-position: -345px;
	}
}

@media only screen and (min-width: 500px) {
    .give-banner {
        background-position: -25px;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .give-banner {
		 background-position: -170px;
	}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .give-banner {
		 background-position: -140px;
	}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .give-banner {
		 background-position: -40px;
	}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .give-banner {
		 background-position: 0px;
	}
}
