.iconSize{
    /* Redimencionando a imagem */
    max-width:100px;
    max-height:75px;
    width: auto;
    height: auto;
    
    /* Arredondando a imagem */
    border-radius: 10%;    
}

.photoSize{
    /* Redimencionando a imagem */
    max-width:200px;
    max-height:150px;
    width: auto;
    height: auto;
    
    /* Arredondando a imagem */
    border-radius: 10%;
}
img{
    /* Redimencionando a imagem */
    max-width:100px;
    max-height:75px;
    width: auto;
    height: auto;
    
    /* Arredondando a imagem */
    border-radius: 10%;    
}