Product Video Width on Desktop and muted sound

Hello,

How can I change the width and height of a product video only on a desktop version?

I have also a problem with unmuting the sound of video on default. I have added “product_video_style”: “unmuted”, but it is not working.

I currently use Refresh Theme.

Okay I changed video size with this code:


@media(min-width:749px){
.product__media-wrapper video{
height:85% !important;
}
.deferred-media {
margin-bottom: -25%;
}
}

I still have a problem with a muted video on iOS on default.