.menu {
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100%;
  transition: height ease-in-out 0.2s;
}

.menu--scrolled {
  height: 46px;
}
