/* @option user selected banner layout setting */

#iconContainer {
	display: none !important;
}

#bannerContentBox {
	width: 99%;
}

@media screen and (min-width: 768px) {
	#bannerContentBox {
		width: 99%;
	}
}