.gallery .img {
	height: auto;
        box-sizing:border-box;
        width:33%;
	float: left;
	padding: 13px;
        margin-bottom:13px;
	text-align: center;
        overflow:hidden;
}

.gallery .img a {
	display: inline-block;
}

.gallery img {
	border: none;
}