@media (hover:hover){
	.themify_builder .builder-parallax-scrolling{    
		background-attachment:fixed!important;
		background-repeat:no-repeat!important;
		background-position:center;
		transition:background-position 0s!important;
		background-size:cover
	}
}
@media(hover:none){
	/* for touch devices */
	.themify_builder .builder-parallax-scrolling{
		background-attachment:scroll!important
	}
}