/* start Brand Logos */

@media (min-width: 948px) {
	.body-wrapper > .body-bg {
		position: relative;
	}

	.brand_logos_wrapper_left {
		width: 1200px;
		position: fixed;
		left: 50%;
		top: 0px;
		margin-left: -1690px;
		/*z-index: -999;*/
		display: block !important;
	}

	.brand_logos_wrapper_left a {
		display: block;
		text-align: right;
		padding: 10px 0;
	}

	.brand_logos_wrapper_right {
		width: 1200px;
		position: fixed;
		right: 50%;
		top: 0px;
		margin-right: -1690px;
		/*z-index: -999;*/
		display: block !important;
	}

	.brand_logos_wrapper_right a {
		display: block;
		text-align: left;
		padding: 10px 0;
	}
	
	.brand_logos_wrapper_left img, .brand_logos_wrapper_right img {
		width: auto !important;
		height: auto !important;
	}
}

/* end Brand Logos */