.gallery {
	text-align: center;
}

.gallery, a {
	text-decoration: none;
}

.website {
    padding : 2rem 25px;
	display: inline-block;
	width: 250px;
	height: 250px;
	border: 0;
	vertical-align: top;
}

.website h4 {
	height: 42px;
}

.website .img img {
	width: 200px;
	max-height: 200px;
}

.website div{
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
	vertical-align: top;
	text-align: center;
}

.website ul {
	list-style: none;
    margin: 0;
    padding-left: 0;
}