/* Hero portrait requested fixes: remove floating labels and show the portrait naturally. */
.hero-visual .floating-note{
  display:none!important;
}

.hero-visual .portrait-frame{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding-top:18px;
}

.hero-visual .portrait-frame img{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  bottom:auto!important;
  transform:none!important;
  width:auto!important;
  height:100%!important;
  max-width:100%!important;
  object-fit:contain!important;
  object-position:center bottom!important;
}

@media(max-width:1000px){
  .hero-visual .portrait-frame img{height:100%!important;}
}
