/* @option user selected mobile support setting */

.raftPreview #bannerContentBox {
	display: none;
}

@media only screen and (max-device-width: 480px) {
#bannerContentBox {	
	display: none;
}
}