Nice browser. Is it antique?
No, seriously - your browser is so old that some features of patternplate don't work as expected.
Don't worry - you can either continue with a restricted version or install an up-to-date browser.
We messed up.
Sorry, but your user experience might be affected.
- Try reloading the page
- Report the problem at github.com/patternplate/patternplate

Media Overlay@1.0.0

<div class="c-nav-bar">
  <div class="c-nav-bar__left-button material-icons">
    arrow_back
  </div>
  
  <div class="c-nav-bar__left-button-text">
    Create VoiceThread
  </div>
  
  <div class="c-nav-bar__right-button material-icons">
    more_vert
  </div>
  
  <button class="c-nav-bar__right c-button-raised--primary">
    Primary
  </button>
</div>
<div class="c-media-overlay" style="height:500px;">
  
  <div class="img-wrapper">
    <!-- TODO: not sure what size img makes sense here -->
    <!-- <img src="https://source.unsplash.com/random/800x450"/> -->
  </div>
</div>