Preview:
.parallax {
	position: relative;
	&__body {
		display: block;
		background: url(../img/parallax.jpg) 0 0 / cover no-repeat;
		background-attachment: fixed;
		width: 100%;
		height: 400px;
		@media (max-width: $md3+px) {
			height: 300px;
		}
	}
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter