.game-logo {
    height: 25vmin;
    width: 100%;
    background: url('../assets/loading/logotype.png') center top no-repeat;
    background-size: contain;
    z-index: 100;
  }

  .megawaysLicense {
    height: 15vmin;
    width: 60%;
    background: url('../assets/loading/btgLicense.png') center top no-repeat;
    background-size: contain;
    z-index: 100;
  }
  .megawaysLogo {
    height: 10vmin;
    width: 60%;
    background: url('../assets/rules/Megaways_Logo_01.png') center top no-repeat;
    background-size: contain;
    z-index: 100;
  }
  .megawaysLogoNumber {
    height: 10vmin;
    width: 60%;
    background: url('../assets/rules/46656ways.png') center top no-repeat;
    background-size: contain;
    z-index: 100;
  }
  .waysToWin {
    height: 20vmin;
    width: 60%;
    background: url('../assets/rules/megaways_paytable.png') center top no-repeat;
    background-size: contain;
    z-index: 100;
  }
  .feature-title {
    text-align: center;
    font-family: hayate, conthrax-sb, sans-serif;
    font-size: 6vmin;
    background: -webkit-linear-gradient(#fdd923, #fdb91a, #cd7d00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
  }

  .inline{
    width:100%;
    height:auto;
    display:flex; 
    justify-content: center;
  } 

  .multiplierBlockers {
    height: 20vmin;
    width: 30%;
    background: url('../assets/rules/blocks_multipliers.png') center top no-repeat;
    background-size: contain;
    z-index: 100;
  }

  .extraspinsBlockers {
    height: 20vmin;
    width: 30%;
    background: url('../assets/rules/blocks_extra.png') center top no-repeat;
    background-size: contain;
    z-index: 100;
  }

  .freespinsHeader {
    text-align: center;
    font-family: hayate, conthrax-sb, sans-serif;
    font-size: 6vmin;
    background: -webkit-linear-gradient(#FFE99D, #BC6907);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
  }

  .multiplierHeader {
    text-align: center;
    font-family: hayate, conthrax-sb, sans-serif;
    font-size: 6vmin;
    background: -webkit-linear-gradient(#FFA025, #E14F00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
  }

  .extraspinsHeader {
    text-align: center;
    font-family: hayate, conthrax-sb, sans-serif;
    font-size: 6vmin;
    background: -webkit-linear-gradient(#1FF3FF, #1DBDF1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
  }

  .feature-title2 {
    text-align: center;
    font-family: conthrax-sb, sans-serif;
    font-size: 3vmin;
    background: -webkit-linear-gradient(#fdd923, #fdb91a, #cd7d00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
  }
  
  .rules {
    max-width: 600px;
  }
  .li {
    margin: 5px 0;
  }
  .feature-text {
    width: 100%;
    margin: 25px auto;
    max-width: 600px;
  }
  
  .empty-divider {
    height: 5vmin;
    width: 100%;
  }
  
  .feature-explanation {
    position: relative;
  }
  