Mini cart drawer product image size - Focal theme

Is it possible to increase the size of the mini cart drawer product image on mobile view. Below are two images of the change I would like to make. The website is https://568839.myshopify.com/

@galleriste please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

@media screen and (max-width:749px){
.line-item__image-wrapper {width: 120px;}
}

Thanks! Works perfectly.