.gameIntro{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	visibility: hidden;
	overflow: hidden;
	z-index: 9997;
}

.gameIntro .gameIntroGlass {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: -1;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

.gameIntro .gameIntroBackgroundFull{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: auto 100%;
	background-repeat: repeat-x;
	overflow: hidden;
}

.gameIntro .gameIntroBackground{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 20%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}

.gameIntro .gameIntroBackground IMG {
	width: auto;
	height: 100%;
	display: block;
	margin: 0 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.gameIntro .gameIntroBackground .gameIntroBackgroundInternal{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gameIntro .gameIntroInternal{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 2%;
	height: 100%;
	cursor: pointer;
}

.gameIntro .gameIntroInternal IMG {
	width: auto;
	height: 100%;
	display: block;
	margin: 0 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.gameIntro .gameIntroFeaturesTitle { 
	position: absolute;
	color: #ffffff;
	text-transform: uppercase;
	font: 100% 'leanderPrimaryFont', Arial;
	font-family: 'leanderPrimaryFont', Arial;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.gameIntro .gameIntroFeaturesImage { 
	position: absolute;
}

.gameIntro .gameIntroFeaturesImage IMG { 
	width: auto;
	height: 100%;
	display: block;
}

.gameIntro .gameIntroFeatures { 
	position: absolute;
	color: #ffffff;
	text-transform: uppercase;
	font: 100% 'leanderPrimaryFont', Arial;
	font-family: 'leanderPrimaryFont', Arial;
}

.gameIntro .gameIntroJackpotValue, .gameIntro .gameIntroJackpotUpperTitle, .gameIntro .gameIntroJackpotLowerTitle  {
	position: absolute;
	top: 74.5%;
	left: 50%;
	height: 4%;
	width: 20%;
	color: #ffffff;
	text-transform: uppercase;
	font: 100% 'leanderPrimaryFont', Arial;
	font-family: 'leanderPrimaryFont', Arial;
	cursor: pointer;
	white-space: nowrap;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.gameIntro .gameIntroJackpotUpperTitle {
	color: #371E24;
	top: 71.1%;	
	height: 1.8%;
	width: 21.5%;
}

.gameIntro .gameIntroJackpotLowerTitle {
	top: 80.4%;
	height: 1.8%;
	width: 22%;
	opacity: 0.8;
	color: black;
	white-space: nowrap;
}

.gameIntro .gameIntroText { 
	position: absolute;
	top: 86.5%;
	left: 50%;
	width: 100%;
	height: 4%;
	color: #ffffff;
	text-transform: uppercase;
	font: 100% 'leanderPrimaryFont', Arial;
	font-family: 'leanderPrimaryFont', Arial;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.gameIntro .gameIntroPortraitText { 
	position: absolute;
	top: 88.5%;
	left: 50%;
	width: 100%;
	height: 3.5%;
	color: #ffffff;
	text-transform: uppercase;
	font: 100% 'leanderPrimaryFont', Arial;
	font-family: 'leanderPrimaryFont', Arial;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.gameIntro .centerText {
	text-align: center;
}

.gameIntro .leftText {
	text-align: left;
}

.gameIntro .rightText {
	text-align: right;
}