.game-cloud-hero {
  background:
    linear-gradient(90deg, rgba(244, 248, 255, 0.9) 0%, rgba(244, 248, 255, 0.58) 48%, rgba(244, 248, 255, 0.06) 100%),
    url("/web/www/img/game-cloud-hero-gyc.png") center top / cover no-repeat;
}

.game-cloud-filter {
  margin-bottom: 34px;
}

@media (max-width: 720px) {
  .game-cloud-hero {
    background-position: 60% top;
  }
}
