/*   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% - 215px);}

/* intro game */
.intro-portrait #layer_03 {left: calc(50% - 511px);}

/* arrow */
.intro-portrait #layer_04 {left: calc(50% - 205px);}

/* extra */
.intro-portrait #layer_05 {/*left: calc(50% - 193px);*/}

/* reels */
.intro-portrait #layer_06 {left: calc(50% - 177px);}

/* paylines */
.intro-portrait #layer_07 {left: calc(50% - 157px);}

/* background pink */
.intro-portrait #layer_08 {left: calc(50% - 540px);}




/*   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: -1%; top: 2%;}

/* intro game */
.intro-landscape #layer_03 {transform: scale(1.1); left: 19%; top: -7%;}

/* arrow */
.intro-landscape #layer_04 {transform: scale(1); left: 10%; top: 50%;}

/* extra */
.intro-landscape #layer_05 {transform: scale(1.1); left: 4%; top: 24%;}

/* reels */
.intro-landscape #layer_06 {transform: scale(0.75); left: 0%; top: 64%;}

/* paylines */
.intro-landscape #layer_07 {transform: scale(0.75); left: 75%; top: 89%;}

/* background pink */
.intro-landscape #layer_08 {top:1px; transform:scale(1.2); left:calc(50% - 530px);}

/* -- INFO BG -- */
img.bg_filter_info {-webkit-filter: saturate(1) brightness(0.6) invert(0);}


 /* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "VNI-Revue-Bold";
  src: url("fonts/VREVUE.eot"); /* IE9 Compat Modes */
  src: url("fonts/VREVUE.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/VREVUE.otf") format("opentype"), /* Open Type Font */
    url("fonts/VREVUE.svg") format("svg"), /* Legacy iOS */
    url("fonts/VREVUE.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/VREVUE.woff") format("woff"), /* Modern Browsers */
    url("fonts/VREVUE.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}