/* Custom CSS overrides for the Edulia theme / AoraBuilder pages.
   Loaded after style.css in resources/views/layouts/pb-site.blade.php,
   so plain (non-!important) rules win by cascade order.
   Keep site-specific tweaks here so theme updates don't wipe them. */

/* Hero image fills its 1920/883 box instead of letterboxing (theme default is contain) */
.hero_area_inner img {
    -o-object-fit: cover;
       object-fit: cover;
}
