.bg-no-repeat, .bg-space and .bg-round define the background-repeat behavior.
.bg-cover and .bg-contain set the background size.
.bg-fixed controls the scrolling behaviour.
.bg-center centers the background. Other background positioning classes are available.
.bg-parellax keeps the background fixed while the content scrolls. It is the same as
.bg-center .bg-no-repeat .bg-fixed .bg-cover
Scroll the page to view it