

#loadingLogo
{
  max-height:17vh;
  margin-top: 20vh;
}

#epic_win
{
  pointer-events: none;
  width: 40vh;
  height: 40vh;
  top: 10vh;
  left: 0;
  right: 0;
  margin: auto;
}

.epic_win 
{
  position: absolute;
  background: url(images/epic_win.png);
  background-size: 80vh;
  animation: growIn 0.6s;
}

.fx_epic_win_icon_cell1
{  
  background-position: 0% 0%;
}

.fx_epic_win_icon_cell2
{
  background-position: 100% 0%;
}

.fx_epic_win_icon_cell3
{  
  background-position: 0% 100%;
}

.fx_epic_win_icon_cell4
{  
  background-position: 100% 100%;
}

#STR_BIGWIN
{
  font-size: 6vh;
  top: 40vh;
}

.intro_sq_bolt
{
  width: 0;
}

.intro_sq_felt
{
  background-position: 1.1% 43.4%;
  width: 4.8vh;
}

.ico_felt
{
  background-position: 1.1% 43.4%;
  background-size: 66vh;
  width: 68%;
}

.team_band
{
  height: 100%;
  width: 3vh;
  background-color: rgb(82, 45, 128);
  top: 0;
  left: 1.75vh;
  position: absolute;
  z-index: 3;
}

.team_text
{
  font-size: 2vh;
  width: 100%;
  text-align: center;
  bottom: -3vh;
  position: absolute;
}

.home_btn
{
  left: 1vh;
  bottom: 2.5vh;
}

.rand_icon
{
  background-position: 17.3% 86%;
  width: 4.4vh;
  height: 4.4vh;
  background-size: 56vh;
  left: 1vh;
  bottom: 0.5vh;
  z-index: 4;
}

.away_btn
{
  left: 4vh;
  bottom: 2.5vh;
}

.ff_elem
{
  width: 7.2vh;
  height: 7.4vh;
  top: 10.15vh;
  border-radius: 1.5vh;
  background-position: 74.2% 20%;
  background-size: 91.5vh;
  z-index: 1;
}

.rules_ico_fr
{
  width: 6vh;
}

/* Start of media overrides */
/* iPhone X / XS / XR / XS Max support */
/* Override values for windows that get thinner than a 16:9 phone display */
 /* Return to height based values for windows that get thinner than we support */
 @media 
 only screen and (max-aspect-ratio: 14/25),
 only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait),
 only screen and (device-width : 414px) and (device-height : 896px) and (orientation : portrait) 
 {
  .ico_felt
  {
    background-size: 56.1vh;
  }

  .intro_sq_felt
  {
    width:4.4vh;
  }

  .team_band 
  {
    width: 2.2vh;
    left: 1.6vh;
  }
 }