body #MainContent .tw-wfhero--v3 .tw-wfhero__center{
  inline-size:100%;
  width:100%;
  min-width:100%;
  max-width:none;
  block-size:auto;
  height:auto;
  min-height:112px;
  aspect-ratio:auto;
  justify-self:stretch;
  align-self:stretch;
  box-sizing:border-box;
  border-radius:0;
}

@media(max-width:749px){
  body #MainContent .tw-wfhero--v3 .tw-wfhero__center{
    min-height:0;
  }
}
