.nav {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 30%;
}

@media screen and (min-width: 1024px) {
  .nav {
    z-index: 1000;
    width: 10%;
  }
}
/*# sourceMappingURL=nav.css.map */