/*
 Theme Name:   Mounthood Child
 Theme URI:    http://mounthood.axiomthemes.com/
 Description:  Mounthood Child Theme
 Author:       Axiomthemes
 Author URI:   http://axiomthemes.com/
 Template:     mounthood
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  mounthood-child
*/
.mascotte {
    position: fixed;
    width: 10%;
    height: auto;
    z-index: 9999;
    top: 50%;
    right: 1%;
}

/* sub-menu */
.menu_main_nav > li ul {
    width: auto;
}

/* Contenitore generale */
.sc_columns.columns_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 colonne */
  gap: 20px;
}

/* reset del layout predefinito */
.sc_columns.columns_wrap > div {
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  width: auto !important;
  height: 550px;          /* altezza fissa */
  justify-self: stretch;  /* occupa tutta la cella */
}

/* immagini */
.sc_team_item_avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* mantiene proporzioni riempiendo il box */
  border-radius: 8px; /* opzionale */
}

