@media only screen and ( max-width: 800px )
{
    html
    {
        width: fit-content;
    }

    div.site_content {
        width: unset;
    }

    header 
    {
        
        background-size: 98%;
        background-position: top;
        height: 800px;
    }
}