/**
 * Theme Name:  Ana Silvan
 * Template:    twentytwentyfive
 * Description: Child theme for the Ana Silvan site
 * Version:     0.1.0
 * Author:      Estudio 94
 * Author URI:  https://estudio-94.com
 * Text Domain: anasilvan
 */

/*
 * RESPONSIVE DESIGN
 */

.mobile-only {
    @media screen and (min-width: 680px) {
        display: none !important;
    }
}

.hide-on-mobile {
    @media screen and (max-width: 680px) {
        display: none !important;
    }
}