/*   P O R T R A I T   																						 */
/* --------------------------------------------------------------------------------------------------------- */

.intro-portrait .intro_features {background-color: rgba(0,255,0,0.2);}

/* -- Intro Logo -- */
.intro-portrait #layer_02 {left: calc(50% - 318px);}

/* -- Intro Game -- */
.intro-portrait #layer_03 {left: calc(50% - 572px);}

/* -- Intro Arrow -- */
.intro-portrait #layer_04 {left: calc(50% - 205px);}

/* -- Intro Extra -- */
.intro-portrait #layer_05 {left: calc(50% - 656px);}

/* -- Intro Reels -- */
.intro-portrait #layer_06 {left: calc(50% - 177px);}

/* -- Intro Paylines -- */
.intro-portrait #layer_07 {left: calc(50% - 157px);}

/* -- Intro Bonus symbol -- */
.intro-portrait #layer_08 {left: calc(50% - 353px);}

/* -- Intro Sticky symbol -- */
.intro-portrait #layer_09 {left: calc(50% - 442px);}


    

/*   L A N D S C A P E																						 */
/* --------------------------------------------------------------------------------------------------------- */

.intro-landscape .intro_features {background-color: rgba(0,255,0,0.2);}

/* -- Intro Logo -- */
.intro-landscape #layer_02 {transform: scale(1); left: 53%; top: -5%;}

/* -- Intro Game -- */
.intro-landscape #layer_03 {transform: scale(1); left: calc(100% - 1079px); top: -5%;}

/* -- Intro Arrow -- */
.intro-landscape #layer_04 {transform: scale(1); left: 10%; top: 50%;}

/* -- Intro Extra -- */
.intro-landscape #layer_05 {transform: scale(0.5); left: calc(50% - 376px); top: 5%;}

/* -- Intro Reels -- */
.intro-landscape #layer_06 {transform: scale(0.75); left: 0%; top: 64%;}

/* -- Intro Paylines -- */
.intro-landscape #layer_07 {transform: scale(0.75); left: 75%; top: 89%;}

/* -- Intro Bonus symbol -- */
.intro-landscape #layer_08 {transform: scale(0.83); left: -4%; top: -8%;}

/* -- Intro Sticky symbol -- */
.intro-landscape #layer_09 {transform: scale(1); left: -11%; top: 67%;}


/* -- SPLASH -- */
img.bg_filter_info {
	-webkit-filter: brightness(0.66); 
}