/*

Custom style

You can override the default class or style here

This file will not be overwritten by the updater

*/

/* Homepage game grid tuning */
#home-game-container .list-thumbnail {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f5f6f8;
}

#home-game-container img.small-thumb {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

/* 7 columns on desktop, 8 columns on large desktop */
@media (min-width: 992px) {
	#home-game-container .item-grid {
		width: 14.285714%;
		flex: 0 0 14.285714%;
		max-width: 14.285714%;
	}
}

@media (min-width: 1400px) {
	#home-game-container .item-grid {
		width: 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}