#games-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
  display: block;
  margin-top: 25px;
}
.featured_games {
  margin-bottom: 2.592em;
  gap: 16px;
}
.games {
  max-width: 100%;
  margin: auto;
  margin-top: 1.61em;
  grid-template-columns: repeat(auto-fit, minmax(94px, 1fr));
  padding: 6px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.games > a {
  border-radius: 16px;
  max-width: 94px;
  display: block;
  position: relative;
  margin: 6px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 12px 1px;
}
#featured-games > .featured_games > a {
  max-width: 141px;
  width: 141px;
  height: 141px;
}
#featured-games > .featured_games > a > img {
  max-width: 141px;
  width: 141px;
  height: 141px;
  object-fit: cover;
}
#featured-games .game-title {
  font-size: 1rem;
}
.games a > .game-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 0.825rem;
  text-align: center;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.75);
  color: #333;
  opacity: 0;
  transition: linear 0.4s;
}
.games a:hover > .game-title,
.games a:focus > .game-title {
  opacity: 1;
}
section .games > a {
  border-color: #000;
}
.above-game {
  display: flex;
  flex-flow: row;
  gap: 10px;
  margin: 20px 0;
}
.game-intro {
  flex: 1 0 0;
  line-height: 24px;
  margin-bottom: 0;
}
h1.title {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  display: block;
  float: none;
}
.scores-container {
  float: none;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.list-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 10px;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}
.list-link li {
  -ms-flex: 1 0 48%;
  flex: 1 0 48%;
  border: 1px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
}
a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.important,
p {
  font-size: 16px;
  line-height: 1.2;
}
strong.important {
  text-transform: inherit;
}
h2 {
  display: inline;
  font-size: 18px;
  line-height: 1.1;
  margin: 0;
}
.list-link-main a {
  color: #776e65;
}
.list-link-main.list-link li {
  border: 1px solid #3c3a32;
}
.game-message a {
  background-color: #000;
}
.head {
  flex-flow: row wrap !important;
  row-gap: 10px !important;
  column-gap: 130px !important;
}
.score-container,
.best-container {
  padding: 15px 45px;
}
.scores-and-breadcrumb-container {
  display: flex;
  align-items: center;
  gap: 15px;
}
img {
  width: 100%;
  object-fit: cover;
  margin: 25px 0;
}
ul.breadcrumb {
  flex: 1;
  text-align: start;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li + li:before {
  content: '/\00a0';
}
ul.breadcrumb li a {
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  transition: 0.4s ease;
  color: #73a40c;
  text-decoration: underline;
}
ul.breadcrumb-batman li a:hover {
  color: #bcc3c6;
}
@media (max-width: 768px) {
  iframe {
    width: 100% !important;
  }
  .list-link {
    padding: 0;
  }
  .featured_games {
    gap: 7px;
  }
  #featured-games > .featured_games > a {
    flex: 1 0 0;
    max-width: max-content;
    width: 100%;
    height: 90px;
  }
  #featured-games > .featured_games > a > img {
    max-width: 100%;
    width: auto;
    height: 100%;
  }
  .above-game {
    flex-flow: column;
  }
  .game-intro {
    width: 100%;
    display: block;
    box-sizing: border-box;
    line-height: 1.65;
  }
  .restart-button {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .tile .tile-inner {
    background-size: cover !important;
  }
  .scores-and-breadcrumb-container {
    flex-direction: column;
    margin-top: 10px;
  }
  .breadcrumb {
    width: 100%;
  }
  .scores-container {
    justify-content: center;
    width: 100%;
  }
  h1.title {
    font-size: 26px;
    margin-top: 15px;
  }
  .score-container,
  .best-container {
    width: 100%;
  }
  .title {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 568px) {
  #featured-games > .featured_games > a {
    flex: 0 0 40%;
    max-width: max-content;
    width: 100%;
    height: 90px;
  }
  body {
    margin: 0 0;
    padding: 0 20px;
  }
}
