.page_header {
    display: block !important;
    background-image: url(http://api.chaoticunited.net/img/game_images/minecraft/resources/2022/header_image.jpg) !important;
}

#page_title_text {
    background: url(http://api.chaoticunited.net/img/svg/mclogo.svg);
    height: 130px;
    background-repeat: no-repeat;
    width: auto;
    display: block;
    background-position: center;
    margin-top: 120px;
}
  
@media screen and (max-width: 1620px)
{
    #page_title_text {
        margin-top: 33px;
        height: 80px;
    }
}