.game {
  background-color: #0BA6E3;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 35px;
  display: inline-block;
  color: #ffffff;
  font-size: 32px;
  padding: 30px;
  text-decoration: none;
  font-weight: 400;
  text-align: left;
  width: 100%;
  }

.game h3 {
  margin: 0;
  padding: 15px 0 0 0;
  line-height: 42px;
  font-size: 28px;
  width: 100%;
  height: 80px;
  overflow: hidden;
  word-break: break-all;
  }

.game img {
  width: 100%;
  height: 141px;
  object-fit: cover;
  object-position: top;
  }

.topGame {
  cursor: pointer;
  }

#top-game {
  cursor: default;
  }

.topGame a,
.game a {
  text-decoration: none;
  color: white;
  }

.topGame h3 {
  font-size: 32px;
  margin: 0;
  }

.topGame .btn {
  margin-top: 30px;
  margin-bottom: -20px;
  }

#top-game h1 {
  margin: 55px 0 40px 0;
  }

#progressBarWrap {
  display: none;
  }

.gameWrap {
  padding: 7px;
  }

.topGame a {
  display: block;
  }

