@media only screen and (min-width: 64.0625rem) {
  header .row .inner {
    grid-template-columns: 190px minmax(0, 1fr);
    column-gap: 24px;
  }

  header .row .logo-holder .logo picture img,
  header .row .logo-holder picture.logo img {
    max-width: 185px;
  }

  .mod_home_hero .overview-video {
    bottom: 145px;
  }
}
