 .the-big-game .bonus_game {
	position: absolute;
	top: -100px;
	z-index: 5;
	left: calc(50% - 210px);
 }

 .the-big-game .bonus_games_info--desktop ,
 .the-big-game .bonus_games__learn_more_button {
	display: block;
	width: 255px;
 }

.the-big-game .bonus_game__learn_more_link {
	position: absolute;
	width: 285px;
	top: 146px;
	left: calc(50% - 143px);
	cursor: pointer;
}

.the-big-game .bonus_games_info--desktop,
.the-big-game .bonus_games__learn_more_button {
	display: block;
	width: 450px;
}

@media (max-width: 580px) {

	.the-big-game .bonus_game{
		top: -60px;
		left: calc(50% - 132px);
		width: 270px;
	}

	.the-big-game .bonus_game__learn_more_link{
		top: 87px;
		left: calc(50% - 79px);
		width: 178px;
	}
}