
.section {
	clear: left;
	padding: 0px;
	margin: 0px;
	max-width: 1304px;
	margin-left: auto;
	margin-right: auto;
}
.fill {
    justify-content:center;
    align-items:center;
	overflow:visible;
	max-width:300px;
	max-hieght:223px;
}
.thumbnail {
	min-width: 200px;
	text-align: center;
	float: left;
	margin-top: 0px;
	background-color: #000;
	padding-bottom: 0px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 0px;
	border: 0px ridge #000000;
	border-collapse: collapse;
	-webkit-box-shadow: 6px 7px 51px 1px;
	box-shadow: 6px 7px 51px 1px;
	-webkit-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	
}

