#gameMachine {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
#gameIframe {
    height: 100%;
    width: 100%;;
}