/* The header is supplied by the UAE HTML widget; these overrides keep the
 * modest logo increase active without editing the widget markup. */
.aj-header-shell .aj-logo img {
	width: 160px !important;
}

.aj-header-shell .aj-mobile-top img {
	width: 145px !important;
}

@media (max-width: 1280px) {
	.aj-header-shell .aj-logo img {
		width: 132px !important;
	}
}

@media (max-width: 575px) {
	.aj-header-shell .aj-logo img {
		width: 115px !important;
	}

	.aj-header-shell .aj-mobile-top img {
		width: 140px !important;
	}
}
