.INFO {
  #info {
    padding-bottom: 100px;
  }

  .current-bet {
    padding: 10px;
    font-size: 18px;
    font-family: Ethnocentric, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #cef8fc;
    text-shadow: 0 0 8px #568df0;
  }

  .logo,
  .coin,
  .freespins {
    margin: 20px 0;
    @media @landscape {
      max-width: 60%;
      &.logo {
        max-width: 40%;
      }
    }
    @media @portrait {
      max-width: 90%;
    }
  }

  .powerups {
    margin: 20px auto;
    position: relative;
    width: 90%;
    @media @portrait {
      width: 100%;
    }
  }

  ul {
    list-style: none;
  }

  ul,
  p {
    width: 80%;
    font-size: 18px;
    padding: 10px;
    text-align: center;
  }

  .powerups-wrapper {
    position: relative;
    width: 100%;
    [class^="powerup-description-"] {
      padding: 0;
      position: absolute;
      display: flex;
      align-items: center;
      @media @landscape {
        width: 16%;
        height: 16%;
        top: 61%;
        font-size: 0.85vw;
        text-align: center;
        &[class*="1"] {
          left: 14.7%;
        }
        &[class*="2"] {
          left: 33%;
        }
        &[class*="3"] {
          right: 33%;
        }
        &[class*="4"] {
          right: 14.7%;
        }
      }
      @media @portrait {
        width: 32%;
        height: 14%;
        font-size: 3.1vw;
        text-align: center;
        &[class*="1"] {
          top: 37.5%;
          left: 16.5%;
        }
        &[class*="2"] {
          top: 37.5%;
          right: 16.5%;
        }
        &[class*="3"] {
          top: 74%;
          left: 16.5%;
        }
        &[class*="4"] {
          top: 74%;
          right: 16.5%;
        }
      }
    }
  }

  .symbols-row,
  .symbols-row-pair {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: space-around;
  }

  .symbol-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 1em;
  }

  .symbol-pay-block {
    margin-top: 5px;
  }

  .symbol-pay-row {
    font-family: Ethnocentric, sans-serif;
    font-weight: bold;
    font-weight: bold;
    font-size: 4.4vw;
    @media only screen and (min-width: 500px) {
      font-size: 22px;
    }
    .symbol-pay-count {
      color: @color-primary;
    }
    .symbol-pay-amount {
      color: #ffe707;
    }
  }

  .paylines.flex-container {
    margin-bottom: 5%;
    max-width: 80%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;

    .flex-container {
      display: flex;
      flex-flow: row wrap;
      margin: 0.7em;
    }

    .square {
      border: 1px solid black;
      border-width: 1px 1px 0px 0px;
    }

    p {
      font-family: Ethnocentric, sans-serif;
      font-weight: bold;
      max-width: 100% !important;
      margin-bottom: 0;
      font-size: 18px;
    }
  }
}
