.cc_game_home {
	position:relative;
}
.cc_game_home::after {
	position:absolute;
	bottom:0;
	right:0;
	content:'';
	display:inline-block;
	border-top: 80px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 80px solid rgba(0,0,0,0.7);
}
.cc_game_home .info_overlay {
	position:absolute;
	bottom:12px;
    right:12px;
    width:20px;
    height:20px;
	background:url("../images/info-circle-icon.png") no-repeat center center transparent;
	z-index:9;
	font-size:0;
	background-size:cover;
}

@media screen and (max-width:864px) {
	.cc_game_home::after { 
		border-top: 50px solid transparent;
	    border-right: 50px solid rgba(0,0,0,.7);
	}
	.cc_game_home .info_overlay { 
		bottom: 8px;
	    right: 8px;
	    width: 16px;
	    height: 16px;
	}
}