/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


:where(.brxe-image) .bricks-image-caption {
    position: absolute !important;
    bottom: 25px;
    left: 25px;
    top: auto;
    height: auto;
    width: auto;
	min-width: auto !important;
    padding: 2px 6px;
    background: rgb(50 50 50 / .8);
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
	z-index: 2;
}