/* IMAGE STUFF */
img.snapshot_image { width: 100%;
height: auto;
border: solid 1px #eeeeee;
}
For instance, if a snapshot looks too small on the setup sheet, change the width setting to 150% (the aspect ratio is maintained because the height is set to auto).