
.games-landing-background img {
  height: auto;
  width: 100%;
  display: block;
}

.games-landing-background {
  grid-column: 1/4;
  grid-row: 1/2;
}



.games-landing-container {
  overflow:hidden;
  grid-template-columns: 1fr 1fr;
  position: relative;
  display: grid;
  background-size: cover;
  background-position: center;
  width: 100%;
  font-family: stolzl, sans-serif;
  color: #ffffff;
}

.games-landing-content {
  grid-column: 1/3;
  grid-row: 1;
  place-self: center;
  z-index:1;
  padding-top:310px;
  padding-bottom:69px;
}

.games-landing-contentInner {
  text-align: center;
}

/* .games-landing-contentInner > *{
      margin-top:62px;
  } */

.games-landing-consoleLogos {
  padding-bottom: 62px;
}

.games-landing-contentInner img {
  max-width: 26vw;
  margin: auto;
}

.games-landing-content h1 {
  font-size: clamp(1.875rem, 0.9167rem + 3.1944vw, 4.75rem);
}

.games-landing-contentInner p {
  text-align: center;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  font: normal normal normal 18px/30px Stolzl;
  letter-spacing: 0px;
  color: #ffffff;
}

.games-landing-contentInner {
  text-align: center;
}


/* grid animation */
.gamesHero-grid-game-top-left{
  grid-column: 1;
  place-self: start;
  top: 30%;
  left: 4%;
  position: absolute;
  z-index:1;
}
.gamesHero-grid-game-bot-left{
  bottom: 21%;
  left: 17%;
  position: absolute;
  z-index:1;

}

.gamesHero-grid-game-bot-right{
  right: 6%;
  bottom: 3%;
  position: absolute;
  z-index:1;

}


@media (max-width:670px){


.gamesHero-grid-game-top-left {
    top: 46%;
}
}
@media (max-width:400px){
  .games-landing-content h1 {
    font-size: 23px;
  }
}

@media screen and (min-width:992px){
  .games-landing-content {
    grid-column: 2;
    padding-top:228px;
    padding-bottom:228px;
  }

  
  .games-landing-container {
    background-size: cover;
    background-position: right;
  }
}
