#debug{
    position:absolute;
    top:0px;
    height:100%;
    z-index:20;
    background:#393939;
    overflow:auto;
    transition: 0.5s;
}
@media only screen and (min-width: 769px) {
    #debug {
        right:-530px;
        width:550px;
    }
}
@media only screen and (max-width: 768px) {
    #debug {
        right:-330px;
        width:350px;
    }
}
#debug:hover{
    right:0px;
}