.thumbnail{
	width: calc(33.33% - 20px);
}
.thumbnail:hover .overlay{
	display:none;
}
