How to adjust the video full display on phone

The uploaded video cannot be displayed in full on the mobile phone, check the picture

Check the link: https://www.lilygo.cc/products/t-beam-v1-1-esp32-lora-module

If there is any help, I will appreciate it,

@Ajing ,

It is full width already.

Hi @oscprofessional

Not adaptable on mobile, please check the picture, thank you so much

@Ajing
Hello,

.rte table {
	table-layout: auto;
	width: 100%;
}
iframe {
	width: 100%;
	height: auto;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

Like This