﻿@media only screen and (min-width:481px) and (max-width:991px)
{
 .hed .mnu
 {
  position:absolute;
  display:block;
  top:4px;
  right:4px;
  font-size:2.4em;
  padding:4px 8px;
 }
 .hed input[type=checkbox]
 {
  display:none;
  -webkit-appearance:none;
 }
 .hed input[type=checkbox]:checked ~ .strip
 {
  display:block;
 }
 .hed .nav
 {
  display:none;
  position:fixed;
  top:0;
  left:0;
  bottom:0;   
  width:100%;
  padding:0;
  background:#000000; 
 }	 
 .hed li
 {
  font-size:4em;
 }
}