.route-image {
  height:430px;
  position:relative
}
.route-image:after {
  background:linear-gradient(180deg,#17171788,transparent 50%,#17171799);
  content:"";
  inset:0;
  position:absolute
}
.route-image img {
  object-position:center
}
.route-image span {
  bottom:1rem;
  color:#fff;
  font:500 .65rem var(--mono);
  left:1rem;
  position:absolute;
  text-transform:uppercase;
  z-index:1
}
.brand-logo {
  background:var(--paper);
  display:inline-flex;
  height:42px;
  padding:.25rem;
  width:160px
}
.brand-logo img {
  object-fit:contain;
  object-position:left center
}
.site-footer .brand-logo {
  background:var(--ink);
  height:50px;
  width:190px
}
@media(max-width:800px) {
  .route-image {
    height:300px
  }
}
