/* Remove fixed background to combat jumpy scrolling */
.section,
.section.intro .img-overlay,
.section.capability .background-img {
	background-attachment: initial;
}

/* Remove smaller image that sits in front of text - does not line up without being fixed*/
.section.intro .img-overlay {
	background-image: none !important;
}