/* Safari 10.1+ https://stackoverflow.com/questions/16348489/is-there-a-css-hack-for-safari-only-not-chrome */

/*// @media not all and (min-resolution:.001dpcm)
// { @supports (-webkit-appearance:none) {

// 	#hero {
// 		background-attachment: scroll;
// 	}

// }}
// _::-webkit-full-page-media, _:future, :root #hero {

//   background-attachment: scroll; 

// }
*/

/*https://solvit.io/bcf61b6*/
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) { @media { 
	#hero {
		background-attachment: scroll;
	}
 }}
 