html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@media screen and (min-width: 767px) {
  .main-navigation.sticked,
  .site-branding.sticked {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; } }
