.about-hero, .gallery-hero, .contact-hero {
	background-image: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,1)), 
	url('https://picsum.photos/1920/300');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}