.imgList .thumb{
	display:block;
	background:#fff;
	margin-bottom:1em;
}
.imgList .img{
	display: flex;
	width:200px;
	height:200px;
    align-items: center;
    justify-content: center;
	background:var(--col6);
}
.imgList .img img{
    width: 100%;
    height: auto;
}
.imgList .txt{
	text-decoration:none;
	padding:1em;
}

.imgList .img,
.imgList .txt{
	float:left;
}