
.bottom-wave:after {
	background-image: url('/images/wave.png');
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}