#mainCampaign .titleContainer h1 {position: absolute; max-width: 150px; top: 40px; left: 25%;}
#mainCampaign .titleContainer h1 img {width: auto; max-width: 100%;}
#event li:nth-child(3),#lab li:nth-child(3),#houseVision li:nth-child(3) {margin-right: 0;}
#event li:nth-child(n+4),#lab li:nth-child(n+4),#houseVision li:nth-child(n+4) {margin-top: 2%;}
.footerNav3 {display: none;}

@media screen and (max-width: 1200px){
	#mainCampaign .titleContainer h1 {max-width: 110px;}
	#mainCampaign figure {overflow: hidden;}
}

@media screen and (max-width: 480px){
	#mainCampaign .titleContainer h1 {left: 5%; max-width: 110px;}
}