.games .background-logo {
  height: 100%;
  background-image: url(/images/logo.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.games .background-logo .text {
  width: 385px;
  display: inline-block;
}

.games section.upcoming {
  background-color: #fff;
  padding: 30px 0;
  font-size: 18px;
}

.games section.upcoming h2 {
  font-weight: 300;
  font-size: 30px;
}

.games .games-list {
  padding: 40px 0;
}

.games section.upcoming .game {
  text-align: center;
  margin-bottom: 2em;
}

.games section.upcoming .game img {
  height: 240px;
}

.games section.upcoming .game {
  margin-right: 30px;
}

.games section.upcoming .game:last-child {
  margin-right: none;
}

.games section.upcoming a {
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  color: #474442;
}
.games section.upcoming a:active {
  text-decoration: none;
  color: #474442;
}
.games section.upcoming a:visited {
  text-decoration: none;
  color: #474442;
}
.games section.upcoming a:hover {
  text-decoration: none;
  color: #474442;
}

.games footer {
  padding: 0;
  margin: 0;
  background-color: #0096B5;
  color: #82D5E8;
}

.games footer .logo {
  height: 4em;
  width: auto;
  vertical-align: middle;
}
