.menu-story { min-height: 500px; } @media (min-width: 1000px) { .menu-noSticky { transform: translatex(-500px) !important; position: fixed; } } .menu-noSticky[aria-expanded] { transform: translatex(0) !important; }