/* Styles for MyRewards that does need to be shown in the normal website */
nav.main_menu ul li.myrewards-menu { display: none !important; }

#myrewards-audio {
    height: 0;
    width: 0;
    display: block;
    overflow: hidden;
}

@media (max-width: 1000px) {
    nav.mobile_menu ul li.myrewards-menu {
        display: none;
    }

    nav.mobile_menu ul li {
        display: block;
    }
}