@media only screen and (min-width: 481px)
{
    section article h1
    {
        margin-top: 2%;
    }
    section article h6
    {
        margin-top: 1%;
        text-align: center;
    }
    section aside
    {
        height: auto;
        background: none;
    }
}