 .swing-for-the-fences .bonus_game {
	position: absolute;
	top: -198px;
	z-index: 5;
	left: calc(50% - 200px);
 }

 .swing-for-the-fences .bonus_games_info--desktop ,
 .swing-for-the-fences .bonus_games__learn_more_button {
	display: block;
	width: 100%;
 }

.swing-for-the-fences .bonus_game__learn_more_link {
	position: absolute;
	width: 285px;
	top: 130px;
	left: calc(50% - 140px);
	cursor: pointer;
}

.swing-for-the-fences .bonus_games_info--desktop,
.swing-for-the-fences .bonus_games__learn_more_button {
	display: block;
	width: 100%;
}

@media (max-width: 580px) {

	.swing-for-the-fences .bonus_game{
		top: -135px;
		left: calc(50% - 132px);
		width: 270px;
	}

	.swing-for-the-fences .bonus_game__learn_more_link{
		top: 87px;
		left: calc(50% - 100px);
		width: 200px;
	}
}