Hi,
Thanks, this seems to work well.
I added background-color: inherit !important; because my website’s background colour is light grey and without this addition I would temporarily see a white background while the plugin is processing the request.
.pisol-processing .pisol-ppscw-container:after{
background-image:none !important; background-color: inherit !important;
}