.contentSectionTimeline {
    margin-top: 40px;
    position: relative;
	text-align:center;
    z-index: 500;
}
.timeline-bubbles {
	max-width:975px;
	height:349px;
	overflow:hidden;	 
	margin: 0 auto 20px;
	text-align:center;
	width:975px;
	position:relative;
	left:50%;
	margin-left:-487px;
}
.timeline-bubbles img {
}

.region-homerandombanner {
    margin-top: 40px;
    position: relative;
	text-align:center;
    z-index: 500;
}
.region-homerandombanner .views-field {
	max-width:1000px;
	height:350px;
	overflow:hidden;	 
	margin: 0 auto 20px;
	text-align:center;
	width:1000px;
	position:relative;
	left:50%;
	margin-left:-500px;
}


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