
body, html {
	margin: 0;
	padding: 0;
	background-color: #1b496a;
}

body {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gamePanelParent {
	text-align: center;
	overflow: hidden;
}
.gamePanel {
	margin-left: 11%;
	margin-right: 11%;
	margin-top: 0px;
	display: inline-block;
	border:10px solid silver;
	position: relative;
	left: 0;
	top: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.gamePanel > img {

	width: 100%;
	max-width: 1920px;
	max-height: 1080px;
	min-width: 80px;
	min-height: 30px;
}
.gameAssets {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.closeGameLink {
	display: inline-block;
	position: absolute;
	right: 1.1979%;
	top: 2.3148%;
	width: 3.6979%;
	height: 6.9444%;
}
.closeGameLink > img {
	width: 100%;
}
.successFailBgPanel {
	left: -20000px;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.successFailBgPanel > img {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	max-width: 1920px;
	max-height: 1080px;
	min-width: 80px;
	min-height: 30px;
}
.tryAgainLink {
	display: inline-block;
	position: absolute;
	text-decoration: none;
	width: 12.2917%;
	height: 10.0926%;
	left: 43.8542%;
	top: 74.4444%;
}
.previewVideoBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
.previewVideoBox > a {
	position: absolute;
	width: 16.0417%;
	height: 11.5741%;
	top: 60%;
	left: 41.9791%;
}
.previewVideoBox > a > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 1920px) {
	.gamePanel {
		margin-left:13%;
		margin-right:13%;
	}
}