.carousel {
  padding: 0;
}
.carousel .carousel-caption {
  position: absolute;
  top: 0;
  left: auto;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-align: right;
  align-content: center;
}
.carousel .carousel-caption h2 {
  font-weight: 700;
}
.carousel .carousel-caption a {
  padding: 10px 20px;
  background-color: #e74c3c;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.games .title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 30px;
}
.games .title a {
  text-decoration: none;
  color: #e74c3c;
}
.games .row {
  margin-top: 10px;
  margin-bottom: 30px;
}
.games .row div {
  overflow: hidden;
  margin-bottom: 20px;
}
.games .row div a {
  position: relative;
  display: block;
  height: 100%;
}
.games .row div a img {
  width: 300px;
  height: 100%;
}
.games .row div a .game-info {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  transition: all 0.5s;
}
.games .row div a .game-info h3 {
  position: absolute;
  top: 40%;
  width: 300px;
  font-weight: 700;
}
.games .row div a .game-info p {
  position: absolute;
  top: 55%;
  width: 300px;
}
.games .row div:hover .game-info {
  transform: translate(0, -100%);
  opacity: 1;
}
.footer {
  background-color: #000;
}
.footer .about {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  height: 220px;
}
.footer .about .ainfo {
  align-content: center;
  text-align: center;
  margin-top: 10px;
}
.footer .about .ainfo img {
  width: 120px;
}
.footer .about .ainfo p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 35px;
  color: #fff;
}
.footer .about .ainfo a {
  padding: 10px 20px;
  background-color: #e74c3c;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.footer .about .address {
  align-content: center;
  text-align: center;
  color: #fff;
}
.footer .about .address div {
  margin-top: 20px;
}
.footer .gov {
  margin: 0 auto;
  text-align: center;
  line-height: 32.33px;
}
.footer .gov a {
  margin-top: 30px;
  text-decoration: none;
  color: #999;
}
