/*START CONTAINER BLOCK*/
.wp-block[data-type="wb/container-block"]{
	position:relative;
	overflow:hidden;
}
.wp-block .container_block,
.wp-block.container_block{
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.container_block.wb_fixed_background{
    background-attachment: fixed;
}
.container_block > .overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
    pointer-events:none;
}
.container_block > .is-layout-constrained,
.container_block > .is-layout-default,
.container_block > .is-layout-flex{
	position:relative;
	z-index:1;
}
/*END CONTAINER BLOCK*/
