@media only screen and (min-width: 1024px)
{
    #header .qrcode
    {
        display: none;
    }
    section article h1
    {
        margin-top: .5%;
    }
    section article h6
    {
        margin-top: 1%;
        text-align: center;
    }
    section article h5
    {
        margin: 0;
        padding: 0;
        padding-bottom: 10px;
    }
    section aside
    {
        height: auto;
        background: none;
    }
}