/* Principal Content ============================================================*/
#principalContent {
	background-image: url(../images/bg.jpg);
	background-color: #919295;
	color: #fff;
}
#principalContent h1 {
	font-size: 50px;
	color: #fff;
}
#principalContent p {
    max-width: 500px;
}
#assets-01 .item .pepsico {
    width: 120px;
}
#assets-01 .item .carrefour {
    width: 68px;
}
#assets-01 .item .hersheys {
    width: 85px;
}
#assets-01 .item .mcdonalds {
    width: 60px;
}
#assets-01 .item .unilever {
    width: 55px;
}
#assets-01 .item .walmart {
    width: 120px;
}
@media only screen and (min-width:1921px) {
	#principalContent {
		background-position: center;
	}
}