  .wp-block-cover.full-width.limited {
	background-size: 1536px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

	.wp-block-cover.full-width.pattern-full-image-width img{
		max-height:200px;
		position:absolute;
		left:calc((100vw - var(--page-width)) / 2);
		bottom:50px;
	}
	
	.wp-block-cover.full-width.pattern-full-image-width.has-h1:before{
		content:'';
		background-color:rgba(0, 0, 0, 0.2);
		position:absolute;
		width:100%;
		height:100%;
	}
	
	.wp-block-cover.full-width.pattern-full-image-width h1{
		color:#FFF;
		text-transform:uppercase;
		position:absolute;
		left:calc((100vw - var(--page-width)) / 2);
		bottom:20%;
		padding:0 15px;
	}