@charset "utf-8";
/* CSS Document */

.AboutLogoParentContainer {
	float: left;
	width: 100%;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	right: 0px;
	top: -10px;
}
.AboutLogoContainer {
	margin-top: 12px;
	float: left;
	width: 16.6666%;
	height: 90px;
	position: relative;
}
.AboutLogoContainer.optionone img {
	width: 80%;
	height: auto;
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.AboutLogoContainer.optiontwo img {
	height: 90%;
	width: auto;
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.GalleryVinnette {
	width: 60% !important;
}
@media all and (min-width:320px) and (max-width:600px) {
	.AboutLogoParentContainer {
		position: relative;
		float: left;
		margin-top: 50px;
		width: 100%;
	}
	.AboutLogoContainer {
		width: 50%;
	}
	.AboutSlideContainer {
		min-height: 50px;
	}
	.OurMainBusinessContainer {
		height: auto;
	}
	.GalleryFullWidth {
		display: block;
	}
	.GalleryVinnette {
		width: 80% !important;
	}
	.BusinessCarouselInner {
		margin-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
}
