@media screen and (min-width: 432px) 
{
    #about_container
    {
        width: 432px;
    }
     
    #about_content_text
    {
        padding-top: 0px;
    }
    
    #about_content_images a
    {
        max-width: 39px;
    }
}