/* CSS Document */
 @media screen and (orientation:landscape) { #wrapper-toolbar {width:33% !important;height:auto;left:33% !important;}
 }

@media screen and (min-device-width: 801px)  {
  #wrapper-toolbar { display: none; }   /* hide it elsewhere */
}