/* V41 user requested corrections
   - Keep visible Mojolnir wordmark/nav/footer unchanged.
   - Only favicon/SEO icon assets are replaced by the complete M icon.
   - Brand atmosphere top panel shows the full .COM banner without cropping.
   - Mojolnir Team introduction left cover uses the supplied team intro image on PC/mobile.
*/
.hero-panels.brand-stack .brand-panel{
  background:#000!important;
}
.hero-panels.brand-stack .brand-panel img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#000!important;
}
#brand .brand-cover{
  background:#000!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  aspect-ratio:16/9!important;
}
#brand .brand-cover img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#000!important;
}
@media (min-width:901px){
  #brand .brand-cover{min-height:420px!important;}
}
@media (max-width:900px){
  #brand .brand-cover{min-height:0!important;border-radius:28px!important;}
}
