How do I hide video in only mobile version of prestige shopify theme?

How do I hide video in only mobile version of prestige shopify theme? Website is www.thalieparis.com

Hello @Chinaza07 ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->theme.css-> paste bellow code in bottom of file
@media only screen and (max-width: 768px) {
  section#section-16318302154b337deb {
    display: none;
  }
}

This css will hide the single video you have from mobile. But if you want to hide multiple video sections in homepage then it will not work because for that you need dynamic css.

Thanks

Thank you so much, would try that!

@Chinaza07 marked as solved for @Guleria

It works thank you so much!

Thanks again for your help, but this solution only seems to work for old shopify version but not the latest update, prestige 5.5.0

How do I hide video in only mobile version of prestige shopify theme for the update PRESTIGE 5.5.0? Wesbite is www.thalieparis.com