#aGames .api-saldo {
	font-weight: bold;
	float: right;
	font-size: 20px;
}
#aGames .grid .grid-item {
	position: relative;
	overflow: hidden;
	padding: 0;
	margin-right: 0;
	transition: all 0.5s ease;
}

#aGames .grid .grid-item .gamesImage {
	position: relative;
	overflow: hidden;
	/*height: 143.99px;*/
	max-height: 200px;
	padding: 10px 10px 0 10px;
	transition: all 0.5s ease;
}
/*#aGames .mobile .grid-item .gamesImage {*/
/*	max-height: auto;*/
/*}*/
#aGames .grid .grid-item.joker .gamesImage {
	height: 205.74px;
}

#aGames .grid .grid-item img {
	width: auto;
	height: 100%;
	transition: all 0.5s ease;
}
#aGames .grid .grid-item.joker img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
}
#aGames .grid .grid-item .pTitle {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease;
	font-weight: bold;
	z-index: 2;
	padding: 0 10px;
}
#aGames .grid .grid-item .title {
	/* text-shadow: 1px 1px 2px rgba(214, 214, 214, 0.555); */
	/* color: #ffee58; */
	line-height: 1;
	/* color: #222; */
}

#aGames .habanero .gamesImage {
    height: 153.99px;
}
#aGames .habanero .gamesImage img {
    width: 100%;
    height: auto;
}
#aGames .prag .gamesImage {
    height: 153.98px;
}
#aGames .prag .gamesImage img {
    width: 100%;
    height: auto;
}
#aGames .prag .gamesImage img {
    width: auto;
    height: 100%;
}
#aGames .qm .gamesImage {
    height: 145.01px;
    padding: 10px;
}
#aGames .qm .gamesImage img {
    width: 100%;
    height: auto;
}

#aGames .mobile .grid-item.joker .gamesImage {
	height: auto;
}
#aGames .spadegaming .gamesImage {
    height: 153.98px;
    padding: 10px;
}
#aGames .spadegaming .gamesImage img {
    width: 100%;
    height: auto;
}
#aGames .sg .gamesImage {
    height: 174.09px;
    padding: 10px;
}
#aGames .sg .gamesImage img {
    width: 100%;
    height: auto;
}
#aGames .sbo .gamesImage {
    height: 148.63px;
    padding: 10px;
}
#aGames .sbo .gamesImage img {
    width: 100%;
    height: auto;
}
#aGames .sbo:hover .gamesImage img {
    transform-origin: top right;
}
#aGames .sbo .gamesImage img.trans-ori--left {
    transform-origin: left;
}
#aGames .mobile a.grid-item .gamesImage {
    height: auto;
}
#aGames .mobile .grid-item img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
}
#aGames .mobile .grid-item .pTitle {
    height: 30px;
}
#aGames .mobile .grid-item .title {
    font-size: 10px;
}
#aGames .grid a.grid-item:hover .gamesImage img {
	transform: scale(1.5);
	transform-origin: bottom;
}
#aGames .grid a.grid-item:hover .gamesImage {
	padding: 0;
}