@media only screen and (min-width: 650px) {
	#wave-gradient {
		position: absolute;
		bottom: 0;
	}
}

@media only screen and (max-width: 650px) {
	#wave-gradient {
		position: absolute;
		bottom: 0;
	}
}