
#socialHub{
	width: 90%;
}

#socialHub .socialColumn{
	max-width: 33.3%;
	text-align: center;
	width: 100%;
	min-height: 200px;
	float: left;
}

#socialHub .picture{
	width: 100%; 
	height: auto;
}
#socialHub .bloque{	
	background-color: #f7f7f7;
	color: #323232;
	width: 65%;
	margin: 7%;
	padding: 8%;
	margin-bottom: 20px;
}
#socialHub .socialIcon{
	float: left;
	height: 20px;
	padding-right: 10px;
}

@media screen and (max-width: 540px) {

#socialHub .socialColumn{
	max-width: 100%;
}
	
}