body, html { width:100% ;
    height:100% ;
    overflow:hidden ;
}

iframe { width:100% ;
        height:100% ;
    border:none ;
}

.box {
    height:100%;
    float:left;
}
.fatplayer {
  width: -webkit-calc(100% - 350px);
  width:    -moz-calc(100% - 350px);
  width:         calc(100% - 350px);
  height:100%;
  float:left;
}
.clear {
    clear:both;
}
