/* html, body {
  width: 100%;
  height: 100%;

}
*/
#renderCanvas {
position: relative;
width:100%;
height:100%;
}

#overlay {
  position: absolute;
  top:0;
  left:0;
  width:274;
  height:338;
  background-size: cover;
  opacity:0.5;

}
