html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.site,
.grid-container,
.site-content,
.content-area,
.site-main,
.inside-article,
.entry-content {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}

.entry-content p,
.entry-content li,
.entry-content td,
.entry-content th {
  overflow-wrap: anywhere;
}

.entry-content img {
  height: auto;
  max-width: 100%;
}

.entry-content table {
  max-width: 100%;
}

@media (max-width: 768px) {
  .separate-containers .inside-article,
  .one-container .site-content {
    overflow: hidden;
  }

  .sixsixsix-banner {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .sixsixsix-banner .banner-content,
  .sixsixsix-banner .banner-image {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
  }

  .game-table-container {
    max-width: 100%;
    overflow-x: hidden;
  }

  .game-table {
    max-width: 100%;
    table-layout: fixed;
    width: 100%;
  }

  .game-table th,
  .game-table td {
    letter-spacing: 0;
    overflow-wrap: anywhere;
    padding-left: 8px;
    padding-right: 8px;
    white-space: normal;
  }

  .game-table th {
    font-size: 13px;
  }

  .feature,
  .value,
  .score,
  .top-score,
  .comments {
    font-size: 12px;
  }
}
