/* v5.40 — vertical balance correction only.
   The actual Travel hero element is .sub-hero (not .travel-hero).
   Gradient, photo, typography, map/card/search dimensions and data are untouched. */

@media(min-width:851px){
  .travel-page .sub-hero{
    height:400px !important;
    min-height:400px !important;
    box-sizing:border-box;
  }

  .travel-page .travel-shell{
    padding-top:42px !important;
  }
}

@media(max-width:850px){
  .travel-page .sub-hero{
    min-height:300px !important;
  }
}
