@media (max-width:768px){.menu{position:fixed;top:0;left:25px;width:250px;height:100%;background:#333;color:blue;transition:left .3s ease;z-index:9999;padding:20px}.menu.active{right:0}}