.games-bg {
  background: #fff;
  padding: 50px 0;
}
.games-title {
  font-size: 50px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.games-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.games-content .games-item {
  width: 278px;
  margin: 50px;
}

.games-content .games-item video {
  width: 100%;
  position: relative;
  z-index: 1;
}
