.free-wall {
	margin: auto;
}

.brick {
	background: white;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	border-radius: 3px;
	color: #333;
	border: none;
}

.brick .img {
	width: 100%;
	max-width: 100%;
	display: block;
}

.brick {
	background-color: Transparent;
	float: left;
	cursor: default;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.brick .cover {
	overflow: hidden;
	margin: 20px;
}
.brick {
	/*width: 221.2px;*/
	width: 180px;
}

.brick img {
	margin: 0px;
	padding: 0px;
	display: block;
}

