.stores-list .photo-item {
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: scroll;
	margin-right: 10px;
	margin-bottom: 10px;
}