body{
    background:#000;
}

#game_div {
    height: calc(100svh - 68px);
    margin-top: 68px;
}
#anclaje {
    text-decoration: none;
}
#game_div > iframe {
    border: none;
    height: 100%;
    width: 100%;
}
#slotsSessionDIV {
  height: 20px;
}


    

article.gameArticle{
    width: 100%;
    background-color: black;
    padding: 50px;
    margin: 0 auto;
}
/*section.lobby, article.gameArticle{
    max-width:1920px;
    margin: 0 auto;
}*/
article.gameArticle h1, article.gameArticle h2{
    text-shadow: 3px -3px 20px #fcfcfc;
}
article.gameArticle h3{
    font-size:1.2rem;
}
.gamedescription {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.gamedescription > div {
    background-color: #302f2f;
    width: 100%;
}
.gamedescription .gameimage,.ruletaImage {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius:15px;
}
.gamedescription .gameimage > div, .ruletaImage > div {
    /*width: 80%;
    max-width: 500px;*/
    text-align: center;
}
.gamedescription .gameimage img, .ruletaImage img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: contain;
    border-radius: 3rem;
}
.gamedescription .machine--data--wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    align-items: flex-start;
    grid-gap: 10px;
    border-radius:15px;
    padding:20px;
    
}
.gamedescription .machine--data--wrapper .machine--data {
   display: grid;
    grid-template-columns: .5fr 1.5fr;
    align-items: center;
    background-color: black;
    justify-items: center;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    text-align: center;
}
.gamedescription .machine--data--wrapper .machine--data span.h6,
.gamedescription .machine--data--wrapper .machine--data > div > p{
    font-size: 1.2rem;
    font-weight: bold;
    text-align:center;
}
.gamedescription .machine--data--wrapper .machine--data > div > p{
    font-size: 1.5rem;
    padding: 5px 0 0;
}

.icon:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
[class^="ico-"], [class*=" ico-"] {
  line-height: 1;
}
.ico-godown:before {
  background-image: url(/img/Icons/min-bet.svg);
}
.ico-volatilidad-3:before,
.ico-volatilidad-2:before,
.ico-volatilidad-1:before {
  background-image: url(/img/Icons/volatility.svg);
}
.ico-LineasdePago:before {
  background-image: url(/img/Icons/paylines-slot.svg);
}
.ico-RetornoalJugador:before {
  background-image: url(/img/Icons/RTP.svg);
}
.ico-Rodillos:before {
  background-image: url(/img/Icons/rolls.svg);
}
.ico-ApuestaMaxima:before {
  background-image: url(/img/Icons/arrowCircle.svg);
}
.ico-ApuestaMinima:before {
  background-image: url(/img/Icons/arrowCircle.svg);
  transform:rotatex(180deg);
}
.doble{
    background-color: #302f2f;
    padding: 20px 30px 30px;
    border-radius: 15px;
    margin-top: 1rem;
}
.doble > div, .doble p, .doble ul{
    padding: 0;
    font-size:1.1rem;
}

.doble ul{
    margin-left:1em;
}
#playMobile {
  font-size: 1.5rem;
  background-color: green;
  color:white;
  padding: .4em;
  border-radius: 10px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  cursor: pointer;
  margin-top:1rem;
}





/* =====================
   MEDIA QUERIES
   ===================== */
@media screen and (max-width: 1420px) {
  #game_div {
      height: calc(100svh - 94px);
      margin-top: 94px;
  }
  .gamedescription .machine--data--wrapper {
    grid-template-columns: repeat(2, 1fr);
 }
}
@media screen and (max-width: 1024px) {
    article.gameArticle{
        margin-top: 70px;
        padding:0 10px;
    }
     .gamedescription {
      grid-template-columns: repeat(1, 1fr);
  }
    
   .gamedescription .machine--data--wrapper .machine--data span.h6,
   .gamedescription .machine--data--wrapper .machine--data > div > p{
    font-size: 1rem;
   }
   
  .gamedescription .machine--data--wrapper .machine--data {
    padding: 10px;
   }
   
   .gamedescription .gameimage {
     text-align:center;
   }
   .doble{
     padding: 10px;
   }
   
   
   
}

@media screen and (max-width: 1000px) {
  #game_div {
      height: calc(100svh - 35px);
      margin-top: 35px;
  }
  
}
@media (max-width: 768px) {
  .gamedescription .machine--data--wrapper {
    grid-template-columns: repeat(2, 1fr);
   }
 }