@media (hover:hover){
	.themify_builder .builder-parallax-scrolling{
		background-size:cover!important;
		background-repeat:no-repeat!important
	}
}
@media (hover:none){
	div.themify_builder.themify_builder_content .builder-parallax-scrolling{
		background-size:cover;
		background-repeat:no-repeat;
		background-position-x:50%
	}
}
/* don't apply!important on mobile */
body:not(.full-section-scrolling) .themify_builder .builder-parallax-scrolling{
    background-attachment:fixed!important;
	transition:background-position 0s
}
@media screen and (max-width:680px){
	body:not(.full-section-scrolling) .themify_builder .builder-parallax-scrolling{
		background-attachment:scroll!important
	}
}
