.imagem-full-block {
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto 3em !important;
    position: relative;
    height: 600px;
}

.imagem-full-block img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.imagem-full-block-title{
	max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.imagem-full-block-title h1{
	background: #FFF;
	display: inline-block;
	padding: 1em;
	font-size: 1.4em;
	text-transform: lowercase;
	max-width: 400px;
	margin: 0;
	position: relative;
}
.imagem-full-block-title h1:after{
	content: '';
	height: 100%;
	width: 1.2em;
	position: absolute;
	background-color: #FFF;
	top: 0;
	right: -1.5em;
}

.imagem-full-block-title span{
	padding-right: 2em;
	display: table;
	position: relative;
}

.imagem-full-block-title span:after{
	content: '';
	height: 100%;
	width: 1em;
	position: absolute;
	background-color: #FFF;
	top: 0;
	right: -1.5em;
}