@import url("about.css"); 

/*
		<section class="content">
			<section class="about">
				<h2>About US</h2> 
				<p>Zybel International was established in 2004 in Phoenix Arizona to fulfill the growing demand of factory automation especially in the automotive industry. </p>
				<div class="wrapper-right"><img class="img-right" src="images/about-right.png" alt="about-right-125x125"/></div>
				<div class="wrapper-right mobile"><img src="images/about-right-mobile.png" alt="about-right-mobile"/></div>
				<p>With the rapid development of automotive clusters in Deep South states and Mexico, the demand of machine spare parts and automation components soared. The need for reliable suppliers became crucial for MRO buyers, toolroom warehouses, and plant maintenance engineers in order to keep production output at its optimal levels and reduce machine down time.</p>
				<div class="wrapper-left"><img class="img-left" src="images/about-left.png" alt="about-left-125x125"/></div>
				<div class="wrapper-left mobile"><img src="images/about-left-mobile.png" alt="about-left"/></div>
				<p>Through the years, we have been consistently improving and expanding our service thanks to the feedback of our customers, the technical support of our suppliers, and the hard work of our employees that reflects in how we handle commercial transactions and daily operations that set us apart of the competition. </p>
				<p>Currently, we are a key supplier for Tier-1 part manufacturing companies, such as ZF Friedrichshafen, Valeo, Mahle Behr, Denso, and Linamar among others.</p>
			</section>
			
*/

section.content{
	position:static; /* restore*/
	margin-left:0px; 
}

.content .about{
	width:100%; /* overwrite*/
	padding:0px; /* overwrite*/
	/*outline:2px solid blue;*/
}

.content .about p{
	padding:var(--text-tab);
	padding-top:0px;
}

.content .wrapper-right, .wrapper-left {
   display: none;
}

.content .wrapper-right.mobile, .wrapper-left.mobile{
   display: block;
   float:none; /* overwrites*/
   width: auto;
   padding: 0px var(--text-tab);
   position:static; /* to roll under the topvar*/
   /*outline:2px solid blue;*/
}

.content .img-mobile{
	width:auto;
	width:300px;
	height:var(--content-img-height);
	/*margin-bottom:var(--body-font-size);*/	
	/* overwrite about.css values*/
	
	border:0px;
	padding:0px;
	border-style: none;
}


/*
		<section class="content">
			<section class="corporate">
				<dl>
					<dt><h3>&raquo;Mission</h3></dt><dd>To improve our customers' productivity and efficiency by delivering the right solutions.</dd>
					<dt><h3>&raquo;Vision</h3></dt><dd> - To become a top supplier of automation and control components and machine spare parts of the most import OEM manufacturers and their Tier-1 part suppliers.</dd>
					<dt><h3>&raquo;Values</h3></dt><dd> - Honesty, hard work, and to be trustful at all times and in all relationships.</dd>
				</dl> 
			</section>
		</section>
*/		
.content .corporate{
	/*padding:var(--text-tab);*/
	width:auto;
}

