.toggle-button{display:none;font-size:0;background-image:url('../images/menu.png');width:42px;height:30px;}
@media screen and (max-width:1000px){.toggle-button{display:block;}
body{width:100%;height:100%;}
.slideout-menu{position:fixed;left:0;top:0;bottom:0;right:0;z-index:0;width:256px;overflow-y:auto;-webkit-overflow-scrolling:touch;display:none;}
.slideout-panel{position:relative;z-index:1;will-change:transform;}
.slideout-open .slideout-menu{display:block;}
}