@media only screen and (min-width: 540px)
{
    #plug
    {
        display: none;
    }

    #piece-info-blurb
    {
        text-align: justify;
        text-justify: inter-word;
    }
}