/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 13 2025 | 06:27:36 */


 @media only screen and (max-width: 540px) {
	.mobile_verison {
		display: block !important;
	}
	
	.desktop_version {
		display: none !important;
	}
} 