<div class="blk grid-item" style="position: absolute; left: 33.3068%; top: 209px;">
<figure>
<a href="/blog/"><img src="/assets/фыыф/Блог_07_386x208_585.jpg" alt="Запись блога"></a>
<div class="cnt-blog">
<figcaption>
<a href="/"><h3>Запись блога</h3></a>
<p>If you're trying to change the values of some of the variables in this templa...</p>
</figcaption>
</div>
</figure>
</div>
$(document).ready(function() {
$('#content').masonry({
columnWidth: 320,
itemSelector: '.item'
}).imagesLoaded(function() {
$('#content').masonry('reload');
});
});