How can I reduce the fade effect on link hover?

hi!

how do I make this fade smaller when I hover the links so it doesn’t go over the pictures?

www.gallerychristian.com

password: Christianshop123

thanks!

Please add below css in bottom of assets/base.css file

@media screen and (min-width: 750px)

.menu-drawer {
width: 22rem ;

}
Thank you.