#WorkobotiFrame{
    position: relative;
    height: 100%;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    min-height: 320px;
    background-color: rgb(168, 168, 168);
}

#WorkobotiFrame-Container{
  width: 100%;
  height: 100%;
  margin: 0;      
  position: relative;
  /*background-color: rgb(168, 168, 168);*/
  /*border: 2px #ccc solid;*/
}

#WorkobotiFrame-fullScreenButton{
  /*background-size: 20px 20px;*/
  position: absolute;
  right: 0;
  bottom: 0;
  height:30px;
  width:25px;
  background-color: transparent; /*red;*/
  background-image:url("https://archibot-webgl.s3.amazonaws.com/00_ArchiBot_Base/images/fullScreen_on.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 25px 25px;
  cursor: pointer;
  border: 0 none;
  margin-right: 5px;
  margin-bottom: 5px;
  outline: none;
  opacity: 0;
}