Add the CSS class resultsClass to the container that you would like to blur.
Add CSS block to page or creative level CSS:
.resultsClass {
-webkit-filter: blur({{ResultsClass}});
filter: blur({{ResultsClass}});
}
Add two rules to the page. The "does not exist" value should be the amount of px you would like the blur to be blurred by, and the "exists" value should always be 0px.
Delete the Instructions (Hidden) container.