/* V156 — definitive hero artwork fit fix. Preserve the complete 630x370 supplied artwork. */
.sv148-hero-image{display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;}
.sv148-hero-image img{width:auto!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center!important;}
@media(max-width:700px){
  .sv148-hero-image{height:auto!important;min-height:0!important;aspect-ratio:630/370!important;}
  .sv148-hero-image img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;}
}
