.baddie-blurred-section-background .et_pb_parallax_css {
  	/* requires parralax css to be switched on for section background image */
	background-attachment: inherit !important;
	background-position: 50%;
	-webkit-filter: blur(10px);
  	filter: blur(10px);
	-webkit-transform: scale(1.05);
  	transform: scale(1.05);
}