/* Some fixes */

/* Large device only */
@media (width > 40rem){
  .offcanvas-menu{
    box-shadow: none !important;
  }
}
