/*
Theme Name: Monoro - theme
Version: 1.0.0
Theme URI: -
Description: -
Author: Howard Studio
Author URI: -
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Par défaut → mobile */
.hero-desktop {
    display: none !important;
    width: 100%;
    height: auto;
}

.hero-mobile {
    display: block;
    width: 100%;
    height: auto;
}

/* Desktop */
@media (min-width: 768px) {
    .hero-desktop {
        display: block !important;
    }
    .hero-mobile {
        display: none !important;
    }
}