@media screen and (min-width: 540px) 
{
    #about_container
    {
        width: 540px;
    }
    
    #about_content_text
    {
        font-size: 0.85em;
        line-height: 1.2;
        padding-top: 25%;
    }
    
    #about_content_images a
    {
        max-width: 50px;
    }
}