/* StudentsVidya V162 — FINAL hero fit.
   The supplied 630x370 hero artwork is always rendered at its natural aspect ratio.
   No fixed hero-image height, cover mode, zoom, or clipping is permitted. */
.sv148-hero{
  height:auto!important;
  min-height:0!important;
  overflow:visible!important;
  align-items:stretch!important;
}
.sv148-hero-copy{
  min-height:370px!important;
  height:auto!important;
}
.sv148-hero-image{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  overflow:visible!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  padding:0!important;
}
.sv148-hero-image img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  max-width:630px!important;
  max-height:none!important;
  aspect-ratio:630/370!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
  margin:0 auto!important;
}
@media(max-width:900px){
  .sv148-hero{display:grid!important;grid-template-columns:1fr!important;}
  .sv148-hero-image{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:auto!important;overflow:visible!important;order:1!important;}
  .sv148-hero-image img{width:100%!important;height:auto!important;max-width:630px!important;max-height:none!important;}
  .sv148-hero-copy{order:2!important;min-height:0!important;height:auto!important;padding:28px 18px!important;}
}
@media(max-width:480px){
  .sv148-hero-image img{width:100%!important;max-width:100%!important;}
  .sv148-hero-copy{padding:24px 14px!important;}
}
