array(
'selector' => '.map-inner',
'property' => 'background-color',
),
'content_width' => array(
'selector' => '.map-inner',
'property' => 'max-width',
'unit' => '%'
),
'height' => array(
'selector' => '.map-height',
'property' => 'height',
)
);
echo ux_builder_element_style_tag($_id, $args, $atts);
?>