.contentSectionTimeline {
    margin-top: 40px;
    position: relative;
	text-align:center;
    z-index: 500;
}
.timeline-bubbles {
	max-width:1170px;
	height:130px;
	/* background-image:url(/sites/all/themes/zoostrap/images/timeline-bubbles.jpg);
	background-position:center top;*/
	overflow:hidden;	 
	margin: 0 auto 20px;
	text-align:center;
}
.timeline-bubbles img {
	width:968px;
	height:130px;
	max-width:1170px;	
}

@media (max-width:767px){
.contentSectionTimeline {
	display:none;
}
}