@media only screen and (min-width : 0px) {
  div.logo {
    background-color: #ffffff;
    padding: 14px 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 60px;
    max-height: 80px;
  }
  img.logo {
    height: 30px;
    width: 265px;
  }
  .stage-toggle {
    box-shadow: none;
    height: 60px;
    left: 0;
    padding: 8px 12px 4px;
    top: 0;
    width: auto;
  }
  .stage-toggle:hover,
  .stage-toggle:active,
  .stage-toggle:focus,
  .stage-toggle:visited {
    transform: scale(1, 1)
  }
  .icon-menu {
    font-size: 3rem;
  }
  .menu-label {
    display: none;
  }
  .stage-shelf {
    position: fixed;
    padding-bottom: 8em;
    height: 100vh;
    overflow: auto;
  }
}
@media only screen and (min-width : 360px) {
  div.logo {
    padding: 14px 7px;
  }
  img.logo {
    height: 30px;
    width: 266px;
  }
}
@media only screen and (min-width : 370px) {
  img.logo {
    height: 30px;
    width: 296px;
  }
}
@media only screen and (min-width : 768px) {
  div.logo {
    height: auto;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  img.logo {
    height: auto;
    width: auto;
    min-width: 296px;
    max-height: 45px;
  }
  .stage-toggle {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    height: 85px;
    left: 20px;
    padding: 4px 12px;
    top: 0;
    width: 85px;
  }
  .icon-menu {
    font-size: 1em;
  }
  .menu-label {
    display: inline-block;
  }
}
/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img.logo {
    height: 45px !important;
  }
}
