.cgFrame{
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
}
.cgFrameDisabled{
  top: 0;
  left: 0;
  width: 0%;
  min-width: 0%;
  height: 0%;
  display: none;
  overflow: hidden;
}

.cg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
}