/*   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% - 267px);}

/* -- Intro Game -- */
.intro-portrait #layer_03 {/*left: calc(50% - 414px);*/}

/* -- 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: 4%;}

/* -- Intro Sticky symbol -- */
.intro-portrait #layer_09 {right: 11%;}




/*   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.2); left: calc(50% - 267px); top: 20%;}

/* -- Intro Game -- */
.intro-landscape #layer_03 {transform: scale(1); left: calc(100% - 1118px); top: -4%;}

/* -- 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(1); left: -5%; top: 32%;}

/* -- Intro Sticky symbol -- */
.intro-landscape #layer_09 {transform: scale(1); left: 65%; top: 32%;}


/* -- INFO BG -- */
img.bg_filter_info {
	-webkit-filter: brightness(0.66);
}
