/**
 * Theme Name: Minimal theme
 * Template:   twentytwentyfive
 */
@media (width >= 64rem) {
  .hide-on-desktop { display:none !important; }
}

@media (width < 64rem) {
  .hide-on-mobile { display:none !important; }
}