@supports ( -webkit-touch-callout: none ) {
	/* Image scrolls with the content in iOS Safari. */
	.background-fixed .panel-image {
		background-attachment: scroll;
	}
}