Set Side Menu on Mobile to 70% width

Set Side Menu on Mobile to 70% width

CSS for Left side Side Menu:

#overlay.mobile wdg-menu-kavftig .menu{
width: 70%;
}

#overlay.mobile wdg-menu-kavftig button.toggle{
 margin: 10px -60px 0px 20px !important;
}

CSS for Right Side Menu:

#overlay.mobile wdg-menu-kavftig .menu{
width: 70%;
}

#overlay.mobile wdg-menu-kavftig button.toggle{
 margin: 10px 10px 0px -60px !important;
}

Preview: