#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    overflow: auto;
    
    @media only screen and (max-width: 767px) {    
    #pageslide {overflow: auto;}
    }
      
    /* Specify the width of your pageslide here */
    width: 220px;
    padding: 0px;
    
    /* These styles are optional, and describe how the pageslide will look */
    background-color: rgba(35,36,39,1);
    color: #FFF;
}