.games {
  background-color: #73686c;
}
.games-container {
  margin: auto;
  width: 90%;
}
.games-header {
  padding-top: 50px;
}
.games-bottom {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.games-bottom .col {
  margin: 100px 0;
}
.games-bottom .col:last-child {
  padding-right: 0px;
}
.games-bottom .col:first-child {
  padding-left: 0px;
}
.games-bottom .col .soft-image {
  max-width: 800px;
  margin: auto;
  width: 95%;
}
.games-bottom .col p {
  font-size: 24px;
  color: #fff;
  max-width: 800px;
  width: 95%;
  margin: auto;
}
.games-bottom .col h3 {
  font-size: 48px;
  color: #fff;
  max-width: 800px;
  width: 95%;
  margin: auto;
}
.games-line {
  height: 5px;
  background-color: #fff;
  margin: 25px 0 50px 0;
}
.games-header {
  color: #fff;
  font-size: 96px;
}
.games-text {
  color: #fff;
  font-size: 32px;
  width: 90%;
  margin: auto;
}
.games .soft-image {
  position: relative;
  overflow: hidden;
}
.games .soft-image iframe {
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.games .soft-image img {
  transition: opacity 0.3s ease;
  display: block;
  width: 100%;
  height: auto;
}
.games .soft-image:hover img {
  opacity: 0;
}
.games .soft-image:hover iframe {
  opacity: 1;
}

@media (max-width: 960px) {
  .games .col {
    padding: 0;
  }
  .games .col:first-child {
    margin: 100px auto 0;
  }
  .games .col p {
    text-align: center;
  }
  .games .col h3 {
    text-align: center;
  }
}

/*# sourceMappingURL=games.css.map */
