@media (min-width: 62rem) {
    .page-header--expanded .page-header__menu {
        opacity: 0;
        width: 0;
        flex-grow: 0;
        transition: opacity 200ms ease-in-out, width 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 200ms;
    }
}
