#gameContainer {
	position: absolute;
	text-align: center;
	top: 30px;
	width: 100%;
}

#gameCasinoContainer {
        position: absolute;
        text-align: center;
        width: 100%;
}

#gameContainer iframe#netEntGame {
	height: 100vh!important;
	/*
	height: calc(100vh - 16px)!important;
	margin-top: 16px;
	*/
}

