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

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

.wp-block-mkl-section-block .section-bg {
		background-repeat: no-repeat;
		bottom: 0;
		left: 0;
		max-width: none;
		position: absolute;
		right: 0;
		top: 0;
		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 ~ * {
			position: relative;
			z-index: 1;
		}

.wp-block-mkl-section-block {

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

