.branding .icon {
	position: relative;
	top: -18px;
	left: 11px;
	width: 70px;
}
/*
.branding .tag {
    position:relative;
    top:-7px;
}*/

@media only screen and (min-width: 768px) {
	.agg #contentfooter .branding .icon {
		position: relative;
		top: -15px;
		left: 7px;
		margin-left: 0;
		width: 55px;
		max-width: none;
	}

	.agg #contentfooter .branding .main {
		width: 90px;
	}

	.agg #contentfooter .branding .tag {
		max-width: none;
		margin-left: 4px;
	}
}