How to increase the brightens for your whole Virtual Tour vis CSS

Add Code Plugin, and in the Head section copy / paste the below code

<style>
#overlay #viewer canvas {
 filter: brightness(1.15);
 }
</style>