table{
	width:100%;
	table-layout: flexible;
}
tr{
	width:100%;
}
td{
	width:30%;
	padding:1.5%;
}
td > img{
	width: 100%;
	display: block;
}