.page_header {
    display: block !important;
    background-image: url(http://api.chaoticunited.net/img/game_images/rebirth/2022/header_bg.png) !important;
}

#page_title_text {
    background: url(http://api.chaoticunited.net/img/logo/rebirth_logo_shadow.png);
    height: 326px;
    background-repeat: no-repeat;
    width: auto;
    display: block;
    background-position: center;
    margin-top: 19px;
    background-size: contain;
}
  
@media screen and (max-width: 1620px)
{
    #page_title_text {
        margin-top: 18px;
        height: 160px;
    }
}

@media screen and (max-width: 500px)
{
    .page_header {
        display: none !important;
    }
}