
.wp-block-mkl-section-block {
	position: relative;
}

.wp-block-mkl-section-block, .entry-content>.wp-block-mkl-section-block {
	max-width: none;
	width: 100%;
}

.wp-block-mkl-section-block .section-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	max-width: none;
	z-index: 0;
}

.wp-block-mkl-section-block .section-bg.bg__repeated {
	background-repeat: repeat;
}

.wp-block-mkl-section-block .section-bg.bg__stretched {
	background-size: cover;
}

.wp-block-mkl-section-block .section-bg.bg__fixed {
	background-attachment: fixed;
	background-position: 50% 50%;
}

.wp-block-mkl-section-block .section-bg ~ * {
	z-index: 1;
	position: relative;
}

.wp-block-mkl-section-block>*:last-child, body.page:not(.twentyseventeen-front-page) .entry-content .wp-block-mkl-section-block>*:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
