var bm = bm || {};

$('.twentytwenty').each(function() {
    var _$this = $(this);
    var _percent = _$this.data('percent');

    $(this).twentytwenty({
        default_offset_pct: _percent,
        no_overlay: true
    });
});