.buttonMenu {
  position: fixed;
  width: 50px;
  height: auto;
  top: 15px;
  left: 95%;
  z-index: 999;
  cursor: pointer;
  -webkit-transform: top;
          transform: top;
}

@media (max-width: 480px) {
  .buttonMenu {
    width: 30px;
    left: 85%;
  }
}
/*# sourceMappingURL=menu.css.map */