/* Edge */
@supports (-ms-ime-align:auto) {
 
}

/* IE 10 and lower */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.landing-hero-wrapper  .background .bg-item{	
		background-attachment:scroll !important;
	}	 
	.page-hero-wrapper .full-bg-section .bg-section {
		background-attachment:scroll !important;
	}
}
/* IE 10 and above */
_:-ms-lang(x), .ie10up {
	.landing-hero-wrapper  .background .bg-item{	
		background-attachment:scroll !important;
	}	 
	.page-hero-wrapper .full-bg-section .bg-section {
		background-attachment:scroll !important;
	}
}