    .m-container-lg{
        margin: 15px 0.5% 15px 1%;
        background: none repeat scroll 0% 0% #DEDEDE;
        width: 98.5%;
        float: left;
        padding-bottom: 0px;
        box-shadow: 0px 1px 2px #000;
    }
    .header-exclusive-mobile{
        height: 65px;
        width: 100%;
        display: none;
        text-align: center;
    }

    .header-exclusive-mobile img{
        width: 230px;
        margin: 3px 0px 0px -15px;
    }

    .header-mobile-menu{
        /* display: inline-block; */
        margin: 15px 0px;
        padding: 0px 15px;
        font-size: 26px;
        color: white;
        float: left;
    }

    .mobile-sidebar-overlay{
        width: 100%;
        height: 100%;
        position: fixed;
        overflow-y: auto;
        display: none;
        background-color: rgba(0,0,0,0.8);
        z-index: 10;
    }

    .overlay-hide{
        display: none;
    }

    .mobile-sidebar{
        height: 100%;
        width: 90%;
        padding: 35px 10px 10px 10px;
        background-color: #333;
        position: relative;
        z-index: 10;
        box-shadow: -3px 1px 18px black;
    }

    .mobile-retreat{
        height: 80px;
        width: 50px;
        background-color: #292929;
        position: absolute;
        right: -25px;
        top: calc((100% - 80px) / 2);
        border-radius: 8px;
        text-align: center;
        padding: 16px 0px;
        font-size: 45px;
        color: #d7d7d7;
        box-shadow: -1px 0px 6px #f39c12;
        text-shadow: -1px 4px 1px black;
    }

    .mobile-profile-tab{
        width: 100%;
        position: relative;
        height: 75px;
        padding: 5px;
        border-bottom: 1px solid white;
    }

    .mobile-menu-options{
        width: 93%;
        position: relative;
        margin-top: 10px;
    }

    .mobile-profile-img{
        width: 65px;
        height: 65px;
        display: inline-block;
        background-size: 65px;
        background-repeat: no-repeat;
    }

    .mobile-profile-name{
        margin: -63px 0px 0px 72px;
        font-size: 16px;
        color: white;
    }

    .mobile-profile-credits{
        margin: 5px 0px 0px 72px;
        font-size: 13px;
        color: greenyellow;
        background-color: #717171;
        padding: 0px 15px;
    }

    .mobile-menu-item{
        width: 100%;
        color: white;
        padding: 12px 0px 12px 5px;
        font-size: 16px;
    }

    .mobile-menu-item:hover, .mobile-menu-item:active{
        background-color: #717171;
    }

    .mobile-sidebar-footer{
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
        color: white;
        padding: 10px;
    }

    .mobile-sidebar-footer div{
        border-top: 1px solid white;
        padding-top: 10px;
    }

    @media screen and (min-width: 631px) {
        .header { display: block; }
        .header-exclusive-mobile, .mobile-sidebar-overlay{ display: none; }
    }
    @media screen and (max-width: 630px) {
        .header { display: none; }
        .header-exclusive-mobile { display: block; }
    }
    /* @media screen and (min-width: 320px) and (max-width: 374px){
        .header-exclusive-mobile img{
            margin: -8px 0px 0px -5px;
        }
    }
    @media screen and (min-width: 375px) and (max-width: 424px){
        .header-exclusive-mobile img{
            margin: -8px 0px 0px 25px;
        }
    }
    @media screen and (min-width: 425px) and (max-width: 474px){
        .header-exclusive-mobile img{
            margin: -8px 0px 0px 50px;
        }
    } */