.about-container {
	width: 60%;
	margin: 0 auto;
}

.about-container p {
	text-align: justify;
}

.our-store {
	
}

.our-store-images {
	
}

.image-container {
	display: inline-block;
	width: 49%;
	height: 250px;
	overflow: hidden;
}

.our-store-image {
	position: relative;
	height: 100%;
	left: -57px;
}

.our-store-text {
	text-align: left;
	text-align: justify;
}

.our-staff {
	
}

.our-staff-text {
	text-align: left;
	text-align: justify;
}

@media only screen and (max-width: 900px) {
	.image-container {
		width: 85%;
	}	
	
	.our-store-image {
		left: 0px;
	}
	
	.about-container {
		width: 85%;
		margin: 0 auto;
	}
}