How can I reduce the size of this image on my website?

Can i reduce the size of this image somehow?

www.portvinsflasken.dk
password: Odense123

Hi @pf2022
Add below style to timber.scss file

.product-single__media>img {
    width: 60%;
}

It looks perfect with 80% but this is how it looks on mobile.

Can you help get the content follow up?

It looks perfect with 80% but this is how it looks on mobile.

Can you help get the content follow up?

@pf2022
Add this code

.product-single__media {
    padding-top: 100% !important;
}