<style type="text/css" media="screen"> 
  html, body	{ height:90%; }
  body {
	  text-align:center; 
	  overflow:hidden;
/*	  background-image:url(brand/hsbg.png);
	  background-blend-mode:multiply;
	  background-attachment:fixed; this breaks Safari's mix-blend-mode for the hornet
	  background-position:right bottom;
	  background-repeat:no-repeat;
	  background-size:70%; */
  }
  img {
	  pointer-events:none;
	  mix-blend-mode: multiply;
  }
	  #bug {
	  width: 30%;
	 height: auto;
  }
  #bigText {
	  width: 60%;
	 height: auto;
  }
div.combLR {
	position:fixed;
	right:0px;
	bottom:0px;
	z-index:1;
	mix-blend-mode: multiply;
	}
div.combLL {
	position:fixed;
	left:0px;
	bottom:0px;
	z-index:1;
	mix-blend-mode: multiply;
	}	  
</style>