/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 30 2022 | 06:36:16 */
.classBannerMobile{
	display:none;
}
@media(max-width:768px){
	.classBanner{
		display:none;
	}
	.classBannerMobile{
		display:block;
	}
}

