{settings.responsiveimages.contentelements.carousel.background_image}
#{backgroundImageIdentifier} { background-image: url('{f:uri.image(image: backgroundImageObject, cropVariant: name, maxHeight:700, maxWidth:800)}'); }
{variantStyle} @media (min-width: 768px) { #{backgroundImageIdentifier} { background-image: url('{f:uri.image(image: backgroundImageObject, cropVariant: name, maxHeight:900, maxWidth:1000)}'); }}
{variantStyle} @media (min-width: 1200px) { #{backgroundImageIdentifier} { background-image: url('{f:uri.image(image: backgroundImageObject, cropVariant: name, maxHeight:1000, maxWidth:1400)}'); }}