* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

BODY, HTML {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    -webkit-tap-highlight-color: transparent;
	margin: 			0;
	padding: 			0;
	background-color:	#132C33;
}

.loader-style {
	width: 180px;
	height: 77px;
	background-image: url('../assets/img/loader.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;

	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;

}

.play-button-style {
	width: 92px;
	height: 130px;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	cursor:pointer;
}

.spilgames-branding-image{
    display: none;
    left: 0;
    top: 2%;
    position: absolute;
    max-width:35%;
    max-height:35%;
    cursor: pointer;
}
