Parallax is an effect where the background content or image in this case, is moved at a different speed than the foreground content while scrolling.
<div class="parallax-container">
<div class="parallax"><img src="images/parallax1.jpg"></div>
</div>