@media only screen and (min-width:801px){

	/* roblox */
	/* 204 */
	#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(0deg,var(--background-color),rgba(255 255 255/0)),
			url('https://seagm-media.seagmcdn.com/game_art/204.jpg?x-oss-process=image/resize,w_3840,limit_0/crop,h_960,g_north');
		background-repeat:no-repeat;
		background-position:center bottom,center;
		background-size:100% 50%,cover;
	}
	#game_cover>.inner{aspect-ratio:3/1;}

}