@media (max-width: 768px) {
  #row-25bdd71f842b405daebec2ca8d2389b2 {
    background-attachment: scroll !important;
    background-size: 100% auto !important; /* force landscape fit */
    background-position: top center !important;
    background-repeat: no-repeat !important;

    height: 270px !important; /* control the hero height */
    min-height: unset !important;
    padding: 20px !important;
  }

  /* Keep content centered nicely */
  #row-25bdd71f842b405daebec2ca8d2389b2 .container,
  #row-25bdd71f842b405daebec2ca8d2389b2 .row {
    height: 100%;
    display: flex;
    align-items: center;
  }

  /* Adjust text so it fits */
  #row-25bdd71f842b405daebec2ca8d2389b2 h1 {
    font-size: 22px !important;
    margin-bottom: 5px;
  }

  #row-25bdd71f842b405daebec2ca8d2389b2 .sub-heading {
    font-size: 14px !important;
    margin-bottom: 10px;
  }

  /* Button fix */
  #row-25bdd71f842b405daebec2ca8d2389b2 .quicklinkbutton {
    font-size: 16px !important;
    height: auto !important;
    line-height: normal !important;
    padding: 10px 15px !important;
  }
}