.list-pieces{
	width: 100%;
	display: block;
	overflow: hidden;
	
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.list-pieces article{
	width: 33.33%;
	float: left;
	padding: 0 7px;
	margin-bottom: 14px;
	box-sizing: border-box;
}

.list-pieces article .image{
	overflow: hidden;
    height: 200px;
}

.list-pieces article img{
	display: block;
	margin: 0;
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.list-pieces article  .portfolio_description {
    padding: 20px 0 22px;
    text-align: center;
    background-color: #fff;
    border-style: none;
    border-top: none!important;
    border-width: 1px;
    border-color: #fefefe;
    min-height: 70px;
}

.list-pieces article  .portfolio_description h5 a{
	text-align: center;
	font-family: Oswald;
    font-size: 19px;
    line-height: 27px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: uppercase;
    display: block;
    padding: 0 10px;
}

@media (max-width: 620px) {
	.list-pieces article{
		width: 100%;
		float: none;
	}
}