.hello_sunshine .bonus_games {
    position: absolute;
    top: -170px;
    z-index: 5;
    left: calc(50% - 315px);
}

.hello_sunshine .bonus_games__info {
    margin: 0 auto;
}

.hello_sunshine .bonus_games__info--desktop,
.hello_sunshine .bonus_games__learn_more_button--desktop {
    display: block;
    width: 100%;
}

.hello_sunshine .bonus_games__info--mobile,
.hello_sunshine .bonus_games__learn_more_button--mobile {
    display: none;
}

.hello_sunshine .bonus_games__learn_more_link {
    position: absolute;
    top: 120px;
    width: 160px;
    left: calc(50% - 60px);
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.9);
}

@media (max-width: 750px) {
    .hello_sunshine .bonus_games {
        top: -162px;
    }
}

@media (max-width: 550px) {
    .hello_sunshine .bonus_games {
        top: -140px;
        left: calc(50% - 187px);
    }

    .hello_sunshine .bonus_games__info--desktop,
    .hello_sunshine .bonus_games__learn_more_button--desktop {
        display: none;
    }

    .hello_sunshine .bonus_games__info--mobile,
    .hello_sunshine .bonus_games__learn_more_button--mobile {
        display: block;
        width: 100%;
    }

    .hello_sunshine .bonus_games__learn_more_link {
        width: 100px;
        top: 96px;
        left: calc(50% - 33px);
    }
}

@media (max-width: 450px) {
    .hello_sunshine .bonus_games {
        top: -122px;
        width: 350px;
    }
}
