New page, new problems:responsive images and table

Hi ronpat.

Success!!

This is what I got now and it works fine all the way

.row{
display:inline;
}

.row img{
display:inline;
max-width:30%;
height:auto;

}

 .row .img-container{
margin:0 auto 0;
text-align:center;
	border-radius:0;
	border:0;
	padding-top:0;
	
}

I want to add a box like this (Cobbler’s Cove) below the images. Is this a css job or do I have to import the whole thing as an image?