Add Image to the bottom of Mobile Nav Menu background only - Empire Theme

Hey!

I would like to add an image to the bottom of my mobile nav menu in the space below the menu items. Please advise, thank you!

W: https://mindfusion.uk

Figured out. Solution Below

to Theme.css I added

.mobile-nav-panel {
position: relative;
width: 100%;
height: 100%;
max-width: 250px;
overflow-x: hidden;
overflow-y: scroll;
color: white;
background-image: url(backgroundimageURL);