nav .fallback {
    /*transform: translateX(-1000%);
    transition: transform 0.25s ease;*/
    position: absolute;
    left: -1000px;
}
