$(document).ready(function() {
    $('img').first().css('position', 'absolute');
    });

