

@media (max-width: 1023px) {
  
  body .hamburger-btn,
  body #hamburgerBtn,
  body #hamburgerBtnSticky {
    position: absolute !important;
    right: 0px !important;
    top: 20px !important;
    transform: translateY(-50%) !important;
  }

  
  body .hamburger-btn.active,
  body #hamburgerBtn.active,
  body #hamburgerBtnSticky.active {
    position: absolute !important;
    right: 0px !important;
    top: 20px !important;
    transform: translateY(-50%) !important;
  }

  

  
  body .hamburger-btn.active span:nth-child(1),
  body #hamburgerBtn.active span:nth-child(1),
  body #hamburgerBtnSticky.active span:nth-child(1) {
    top: 8px !important;
    width: 100% !important;
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
  }

  
  body .hamburger-btn.active span:nth-child(2),
  body #hamburgerBtn.active span:nth-child(2),
  body #hamburgerBtnSticky.active span:nth-child(2) {
    opacity: 0 !important;
    width: 0 !important;
  }

  
  body .hamburger-btn.active span:nth-child(3),
  body #hamburgerBtn.active span:nth-child(3),
  body #hamburgerBtnSticky.active span:nth-child(3) {
    top: 8px !important;
    width: 100% !important;
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
  }
}
