.banners-img-list__item-image{
	display:block;
	background-size: contain;
	background-repeat:no-repeat;
	background-position:center;
	padding-top: 20px
}
.banners-img-list__item-link{
	display:block
}
@media (min-width:992px){
	.banners-img-list__item-image{
		background-image: url(/upload/steam_main2.png);
		background-size:contain;
		height:150px;
		padding-bottom:5%;
		padding-top:3%;
		margin-left:1%;
		margin-right:1%
}}
@media (max-width:991px){
	.banners-img-list__item-image{
		background-image: url(/upload/steam_mobile.png);
		background-size:contain;
		height:150px;
		margin-left:4%;
		margin-right:4%
}}
@media (max-width:600px){
	.banners-img-list .maxwidth-theme{
		--theme-page-width-padding:0px
}
.banners-img-list__item-image{
	--border-radius:0px
}}