How can I make my video fit different phone screen sizes?

Hi,

as you can see there the video viewed from pc is perfect, but from smartphone it’s just too big, there is a way to resolve? maybe making its size adatable according to the device you are using?

Hello,

I can’t see any video on the page, but you can try adding this CSS:

iframe, video {
  max-width: 100%;
}