Shrinking Image on Mobile - 'Image with Text' Block

Hi everyone! I am utilizing an ‘Image with Text’ block on the homepage of my site, but instead of an image I’ve input a video. It looks great on desktop but the mobile image is huge. Can someone help provide code to fix this?

Website preview: https://p9js19ew58s8h0oa-52330070214.shopifypreview.com/

Thank you in advance!

Glory

Go to that section custom css and add the following code:

@media only screen and (max-width: 768px) {
.image-with-text__video {max-width: 50%; height: 650px;}
}

Save

Thank you so very much!!

You are always welcome glad I’ve managed to help