/* @option user-selected banner image sizing setting */

#banner img {
	max-width: 100%;
	width: auto;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

/* Preserve logo image sizing */

#bannerLogo a img {
	max-width: 100%;
	width: auto;
	height: auto;	
}