/* Products Start */
#products{
	margin-bottom: 60px;
}
#generators .titleRibbon{
	width: 160px;
}
#construction .titleRibbon{
	width: 300px;
}
#rail_truck .titleRibbon{
	width: 360px;
}
#pneumatic_products .titleRibbon{
	width: 260px;
}
#pumps .titleRibbon, #others .titleRibbon{
	width: 120px;
}
/* for mm start */
#mm_generators .titleRibbon{
	width: 160px;
}
#mm_construction .titleRibbon{
	width: 350px;
}
#mm_rail_truck .titleRibbon{
	width: 420px;
}
#mm_pneumatic_products .titleRibbon{
	width: 350px;
}
#mm_others .titleRibbon{
	width: 180px;
}
/* for mm end */
h4{
	margin-top: 20px;
}
.img_holder{
	margin: 10px 0px 20px 0px;
}
.img_holder img{
	height: 200px;
}
.img_holder p{
	margin-top: 15px;
}
/* Products End */

/* responsive display start */
@media only screen and (max-width: 640px) {
	#rail_truck .titleRibbon, #mm_construction .titleRibbon, #mm_pneumatic_products .titleRibbon{
		width: 300px;
		height: 65px;
	}
}
/* responsive display end */