html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background: black;
    overflow: hidden;
}
.playngo-wrapper {
	/*position: relative;*/
	/*padding-bottom: 56.25%;*/
	/*padding-bottom: 48%;*/
	/*padding-bottom: 66%;
	padding-top: 25px;*/
	height: 0;
}
.playngo-wrapper #pngCasinoGame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*fix iOS mobile iframe overflow issue*/
#png-game-container {height: 0!important;max-height: 100%!important;max-width: 100%!important;min-height: 100%!important;min-width: 100%!important;width: 0!important;}