@media screen and (orientation:landscape)  and (max-width: 768px) { 

    header { position: absolute; }
    .nav { position: absolute; overflow-y: visible; }

}