#section-content {
    padding-bottom: 185px
}

#section-content.page-home,
#section-content.page-auth-login,
#section-content.page-auth-register,
#section-content.page-promotions,
#section-content[class^=page-games-] {
    background: none;
    padding-bottom: 0!important;
}

@media only screen and (max-width:768px) {
    #section-content {
        padding-bottom: 175px
    }
}

@media only screen and (max-width:480px) {
    #section-content {
        padding-bottom: 126px
    }
}