﻿$(document).ready(function() {

    var imgWidth = $("#storyImage").width();
    $(".caption_bottom").css({ width: imgWidth });
    
});
