#AffBonus>div.body-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: -webkit-fill-available;
    padding: 0 0 30px;
}

#AffBonus>div.body-img>img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 3px 25px #0000008a;
}

#main__content>div.x-index-content-main-container.pb-4.-anon>div.-popular-games-list-container.animated.fadeInUp>div.w3-container {
    color: #000;
    text-align: center;
    padding: 20px 10px 0;
    background: url(../asset/bg02.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#main__content>div.x-index-content-main-container.pb-4.-anon>div.-popular-games-list-container.animated.fadeInUp>div.w3-container>h2 {
    font-size: 16px;
}

/*  desktop */
@media only screen and (min-device-width : 760px) and (min-device-height : 768px) and (orientation : landscape) {
    #AffBonus>div.body-img>img {
        width: 60%;
        border-radius: 10px;
        box-shadow: 0px 3px 15px #0000008a;
    }

    .btn.-btn-header-login {
        background: rgb(39 74 149);
        color: rgb(255 255 255);
        border: 1px solid rgb(255 206 36 / 63%);
        box-shadow: rgba(0, 0, 0, .67) 1px 2px 5px;
        width: 150px;
    }
}

/* desktop */
/* ipad_air & ipad_pro*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (-webkit-min-device-pixel-ratio: 2) {
    .btn.-btn-header-login {
        background: rgb(39 74 149);
        color: rgb(255 255 255);
        border: 1px solid rgb(255 206 36 / 63%);
        box-shadow: rgba(0, 0, 0, .67) 1px 2px 5px;
        width: 150px;
    }
}

/* ipad_air & ipad_pro*/
#headerContent>div {
    gap: 0.5rem;
}