<h1>Blurry Image Thing</h1>
<p>CSS blur isn't great, especially for images. Browser support is bad, transitions don't look great, and the edges are kind of funky. But eventually they'll be super rad.</p>
<div class="container cf">
<div class="blurImage">
<img src="http://placekitten.com/600/700" />
<div class="blurImage__copy">
<h3>Kitty Kat</h3>
<p>He's a Cat, this is him.</p>
</div>
</div>
<div class="blurImage">
<img src="http://placekitten.com/600/880" />
<div class="blurImage__copy">
<h3>Here is a Picture of a Cat With a Long Title</h3>
<p>Here's what a cat looks like</p>
</div>
</div>
<div class="blurImage">
<img src="http://placekitten.com/500/600" />
<div class="blurImage__copy">
<h3>Row Kittens</h3>
<p>This is a different pic. This looks ok with multiple lines too.</p>
</div>
</div>
</div>