.eek-a-boo .home_page__player_info {
    background: rgba(31, 36, 61, 0.35);
    max-width: 85%;
    font-weight: 900;
    margin: 0 auto 50px;
    padding-bottom: 13px;
    text-align: center;
    border: 8px solid  rgba(148, 87, 163, 1);
    border-radius: 60px;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.25),
    inset 0px 0px 30px 999px rgba(0, 0, 0, 0.35);
}

.eek-a-boo .home_page__player_info_inner {
    margin: 0 auto;
    position: relative;
}

.eek-a-boo .home_page__player_info:before,
.eek-a-boo .home_page__player_info:after {
    z-index: 0;
}

.eek-a-boo .home_page__player_info_inner:before,
.eek-a-boo .home_page__player_info_inner:after {
    z-index: 1;
}

.eek-a-boo .home_page__player_info:before,
.eek-a-boo .home_page__player_info_inner:before {
    transform: skewX(-5deg);
}

.eek-a-boo .home_page__player_info:after,
.eek-a-boo .home_page__player_info_inner:after {
    transform: skewX(8deg);
}

.eek-a-boo .home_page__player_info__content {
    margin: 0 auto;
}

.eek-a-boo .home_page__player_info__paragraph1,
.eek-a-boo .home_page__player_info__paragraph2 {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    font-weight: 400;
    font-family: 'LondrinaSolid-Regular';
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 1);
    padding: 35px 90px 25px;
}

.eek-a-boo .home_page__player_info__paragraph1{
    padding: 90px 60px 0;
}

.eek-a-boo .scratch-off-images{
    width: 365px;
    margin: 34px 0 0 0;
}

.eek-a-boo .home_prizes_cover_image_mobile{
    display: none;
}

/* .eek-a-boo .fast-play-images{
    width: 328px;
}


.eek-a-boo .scratch-off-box{
    display: flex;
    justify-content: space-around;
}

.eek-a-boo .box{
    margin: 0 auto 35px;
} */

.eek-a-boo .scratch-off__title{
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    font-family: 'LondrinaSolid-Regular';
}

.eek-a-boo .scratch-off__info{
    padding: 20px 0 0 7px;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-family: 'LondrinaSolid-Regular';
}

.eek-a-boo .home_page__image{
    position: absolute;
    z-index: 4;
    height: auto;
    width: 130px;
}

.eek-a-boo .home_page__star{
    left: 13px;
    bottom: 40%;
}

.eek-a-boo .home_page__heart{
    right: 25px;
    bottom: 31%;
}

.eek-a-boo .home_page__overlay{
    background: rgba(252, 247, 237,0.7);
    margin: 77px auto 30px;
    padding: 40px 25px 28px;
    max-width: 89%;
    border: 4px solid #EC443D;
}

.eek-a-boo .home_page__content--scratch-off{
    padding: 30px 0px 0 10px;
    width: 50%;
}

.eek-a-boo .home_page__content--fast-play{
    padding: 50px 0px 0 10px;
    width: 50%;
}
.eek-a-boo .fast-play__info{
    padding: 10px 8px 0 0;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-family: 'LondrinaSolid-Regular';
}

/* .eek-a-boo .home_page__player_info{
    margin-top: -40px;
    position: relative;
} */

@media (max-width: 750px) {
    .eek-a-boo .home_prizes_cover_image{
        width: 100%;
    }
    
    .eek-a-boo .home_page__player_info:before,
    .eek-a-boo .home_page__player_info_inner:before {
        transform: skewX(-4deg);
    }

    .eek-a-boo .home_page__player_info:after,
    .eek-a-boo .home_page__player_info_inner:after {
        transform: skewX(4deg);
    }
}

@media (max-width: 550px) {

    .eek-a-boo .scratch-off-box{
        flex-direction: column;
        padding: 25px 8px 0;
    }
    .eek-a-boo .fast-play{
        flex-direction: column-reverse;
    }
    .eek-a-boo .home_page__overlay{
        padding: 0 10px;
        margin: 35px auto 0;
        max-width: 100%;
    }
    .eek-a-boo .home_page__content--scratch-off,
    .eek-a-boo .home_page__content--fast-play{
        width: 100%;
        padding: 15px 0;
    }
    .eek-a-boo .home_page__player_info {
        margin-top: 10px;
        margin-bottom: 40px;
        max-width: 100%;
    }

    .eek-a-boo .promo-banner p {
        font-size: 24px;
        line-height: 36px;
        width: 100%;
        margin: 0 auto 25px;
    }

    .eek-a-boo .home_page__player_info__paragraph1{
        padding: 65px 20px 0;
    }

    .eek-a-boo .home_page__player_info__paragraph2{
        padding: 12px 15px 0;
    }

    .eek-a-boo .promo-banner h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .eek-a-boo .home_page__player_info:before,
    .eek-a-boo .home_page__player_info_inner:before {
        transform: skewX(-2deg);
    }

    .eek-a-boo .home_page__player_info:after,
    .eek-a-boo .home_page__player_info_inner:after {
        transform: skewX(2deg);
    }

    .eek-a-boo .home_page__player_info__paragraph {
        font-size: 18px;
        line-height: 27px;
    }

    .eek-a-boo .home_page__player_info__paragraph:first-of-type {
        padding: 25px 20px 0;
    }

    .eek-a-boo .home_page__player_info__paragraph:last-of-type {
        padding: 0 20px ;
    }
}
