Edit header text size on featured video - Emerge theme

Hi! I am trying to increase the text size of header line on my featured video. I tried the code below, which works for the subheader text but not the header text. Any ideas?

.featured-video–root h2.featured-heading {
font-size: 70px;
}

url: boobieshack.com

pw: surf

@boobieshack ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. In your theme.liquid file, find the (press CTRL + F or command + F on Mac)
  3. paste this code right above the tag:

You can change the values as per your wish:

75px = title
15px = subtitle

20px = button

65px = title mobile
14px = subtitle mobile
19px = button mobile

Kind regards,
Diego

Thank you! Unfortunately the font sizes stay the same when I type in new values. Any other suggestions?