/* Keep the complete K2 logo legible within the existing navigation and footer. */
.brand {
  padding-top: 8px;
}

.brand img,
.footer-branding img,
.preloader-logo {
  width: 240px;
  height: auto;
}

.footer-column {
  min-width: 240px;
}

@media screen and (max-width: 479px) {
  .brand {
    padding-top: 11px;
  }

  .brand img {
    width: min(220px, calc(100vw - 125px));
  }
}
