<% @carousel_items.each.with_index do |carousel_item, index| %>
<% end %>
<% @carousel_items.each.with_index do |carousel_item, index| %>
" style="background-image:linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1) ),url(<%= carousel_item.default_photo_url %>);">
<%== carousel_item.raw %>
<% end %>
<% if @carousel_items.length > 1 %>
<% end %>