@media only screen and (min-width:801px){

	/* mobile_legends */
	/* 3020 */
	#game_cover>.bg{-webkit-mask-image:linear-gradient(90deg,rgba(0 0 0/0),rgba(0 0 0/1),rgba(0 0 0/0));}
	#game_cover>.bg::before{
		content:'';display:block;width:100%;height:100%;
		margin-inline:auto;
		background-image:linear-gradient(180deg,transparent,var(--background-color)),url('https://seagm-media.seagmcdn.com/game_art/3020.jpg?x-oss-process=image/resize,w_3840,limit_0/crop,h_960,y_150,g_center');
		background-repeat:no-repeat;
		background-position:center;
		background-size:cover;
	}
	#game_cover>.inner{aspect-ratio:3/1;}

}