/* Baseball Off the Rails header fix: show the full artwork without cropping */
.site-header .hero{
  width:100% !important;
  min-height:0 !important;
  height:auto !important;
  aspect-ratio:auto !important;
  background:none !important;
  overflow:hidden;
  padding:0 !important;
  margin:0 !important;
}
.site-header .hero-image{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:center top !important;
  margin:0 auto !important;
}
@media (max-width:640px){
  .site-header .hero-image{width:100% !important;height:auto !important;}
}
