/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 04 2024 | 15:51:37 */
@media screen and (max-width: 480px) {
.mobile-hide {
    display: none !important;
 }
 .mobile-show {
    display: block !important;
 }
}
.mobile-hide {
    display: block;
 }
 .mobile-show {
    display: none;
 }