@media only screen and (max-width: 991px) {
  body #lehigh-mobile-toggle-outer #lehigh-mobile-toggle .lehigh-navbar-toggle {
    animation-duration: 0s;
    border-bottom: none;
    height: 44px;
    text-decoration: none;
    width: 50px;
    background-color: #502C0C;
    background-image: url('/modules/custom/lehigh_d8_menu/css/mobile-hamburger.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    color: #F2F2F2;
    cursor: pointer;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    position: fixed;
    right: .65rem;
    z-index: 10000;
  }
}