How to adjust Liquid code for responsive video width?

All I would like it to do is make the width be 40% when the website is viewed on computer and 100% when viewed on and Iphone. Hopefully someone has a solution to this its the only things stopping me from advertising my website currently. Website link is https://dentionn.com/ . Here is the code im currently using:

video { width: 100%; display: block; margin: 0 auto; }

Hi @biglevendi ,

I checked and you solved it?

Hi @biglevendi ,

If you need to view video on computer 40% then you just need to change is style:


Thank you.