@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes Gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.brand-home {
  padding: 80px 0px !important;;
  background-image: url("https://www.wellinterparts.com/files/media/Media57524563b2945396f9f3cc09600fa7c4.jpg") !important;;  /* The image used */
  background-position: center; !important; /* Center the image */
  background-repeat: no-repeat; !important; /* Do not repeat the image */
  background-size: cover !important;;
}
