.store-list .store-item .image{
	width: 100px;
	height: 100px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: left;
	margin: 0 10px 10px 0;
}

.store-list .store-item h4{
	font-weight: bold;
	margin-bottom: 0.5em;
	min-height: 2.5em;
}

.store-list .store-item .store-description{
	float: left;
	width: 190px;
	max-width: 100%;
}

.store-links a{
	padding: 5px 0;
	display: block;
	border-top: 1px solid #DDD;
}


@media (max-width:989px) {	
	.store-list .store-item .image{
		margin: 0 0 10px;
		width: 220px;
		height: 220px;
	}
	.store-list .store-item .store-description{
		width: 100%;
	}
}
@media (max-width:479px) {
	.store-list .store-item .image{
		width: 300px;
		height: 300px;
	}
}