.INFO {
  .divider {
    margin: 0 auto !important;
    width: 100% !important;
    min-height: 1vw !important;
    background: url('../assets/common/paytable/separator.png') !important;
    background-position: 50% 0%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  
    @media @portrait {
      max-width: 90vw !important;
      height: 3vw !important;
      margin-top: 1vh !important;
      margin-bottom: 0.5vh !important;
    }
  
    @media @landscape {
      max-width: 900px !important;
      height: 2.5vw !important;
      max-height: 40px;
      margin-top: 0.5vw !important;
      margin-bottom: 0 !important;
    }
  
  }
  #info {
    padding-bottom: 100px;
  }

  .feature-bet-amount {
    font-size: 20px;
    text-align: center;
    color: #eeeeee;
    width: 100%;
  }

  .center-text {
    text-align: center;
  }

  .logo {
    transform: translate(1%, 10%);
    max-width: 45%;
    margin   : 20px auto;

    @media @portrait {
      max-width: 80%;
    }
  }

  .header-row {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .left_tnt {
    max-width: 15%;
    margin-top: -10px;
    margin-right: 2vw;
  }

  .right_tnt {
    max-width: 15%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-left: 2vw;
    margin-top: -10px;
  }

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

  .symbol-flex-block {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0.7em;
  }

  .symbol-image-wrapper.high {
    height: 170px;
  }

  .symbol-image-wrapper.low {
    height: 110px;
  }

  .symbol-image-wrapper.high.H1 {
    transform: translate(-3%, -1%)
  }

  .symbol-image-wrapper.high.WR {
    height: 178px;
  }

  .symbol-pay-dot{
    color:@ui-red;
  }

  ul {
    list-style: none;
  }

  .center-image {
    margin:3px;
    width: 75%;
    max-width: 850px;
    @media @portrait {
      width: 90%;
    }
  }

  .freespins-explanation {
    transform: translateX(-2%);
    width: 55%;
    max-width: 600px;
    @media @portrait {
      width: 70%;
    }
  }

  ul,
  p {
    font-family: 'Troika', 'Arial', 'Helvetica', 'sans-serif';
    color: @ui-orange-dark;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin: 1.5vh 0;
    width: 80%;
    max-width: 820px;
  }

  .symbol-flex-row p {
    font-size: 25px;
    font-weight: 500;
    color: @ui-orange-bright;
    margin: 0 0;
    width: 100%;
  }


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

    @media @portrait {
      max-width: 80%;
    }

    .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: 'Troika', 'Arial', 'Helvetica', 'sans-serif';
      max-width: 100% !important;
      margin-bottom: 0;
      font-size: 18px;
      font-weight: bold;
    }
  }
}
