.holder {   
    width: auto;
    display: inline-block;    
}

.holder img {
    width: 40%; /* Will shrink image to 30% of its original width */
    height: auto;    
}​
