Hi,
I’m not really professional but this is how I did it:
/* takes away the circle border */
.round-div {
border: 0px solid #FAFAFA;
left: 0px;
top: 0px;
}
And than I also resized the pictures a little bit
.thumb-wrapper {
display: block;
height: 170px;
left: 0px;
margin: 0px;
max-width: 100%;
overflow: hidden;
position: relative;
text-align: center;
width: 200px;
border: 3px solid grey;
}
.tc-thumbnail.span4 {
width: 200px;
}