.gameFeatures {
  background-image: url(../images/bgtoken.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6vw 20px;
  text-align: center;
}

.gameFeatures h1 {
  font-size: 80px;
  color: #fff;
  opacity: 80%;
}

.gameFeatures img {
  width: 90%;
}

.gameFeatures .lastline {
  margin-top: 40px;
}

.gameFeatures .gameFeatures-content img {
  width: 800px;
  margin-top: 40px;
  -webkit-filter: drop-shadow(10px 10px 0px rgba(251, 252, 252, 0.15));
  filter: drop-shadow(10px 10px 0px rgba(251, 252, 252, 0.15));
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}

.gameFeatures .gameFeatures-content img :last-child {
  margin-bottom: 40px;
}

.gameFeatures .gameFeatures-content img:hover {
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  margin-left: -50px;
}

@media (max-width: 640px) {
  .gameFeatures h1 {
    font-size: 60px;
  }
  .gameFeatures img {
    width: 100%;
  }
  .gameFeatures .gameFeatures-content img {
    width: 500px;
    margin-top: 20px;
  }
}
