.section-bg {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

@media (max-width: 991px) {
	.section-bg {
		background-attachment: initial;
	}
}