.wp-block-afgc-wide-block.afgc-wide-block,
.afgc-wide-block {
	position: relative;
	left: 50%;
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	overflow: hidden;
}

.entry-content > .wp-block-afgc-wide-block.afgc-wide-block,
.post_content > .wp-block-afgc-wide-block.afgc-wide-block,
.l-mainContent__inner > .wp-block-afgc-wide-block.afgc-wide-block,
.wp-block-post-content > .wp-block-afgc-wide-block.afgc-wide-block {
	left: 50%;
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
}

.afgc-wide-block__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 0;
}

.afgc-wide-block__overlay {
	position: absolute;
	inset: 0;
	background: #000;
	pointer-events: none;
	z-index: 1;
}

.afgc-wide-block__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.afgc-wide-block__inner > :first-child { margin-top: 0; }
.afgc-wide-block__inner > :last-child { margin-bottom: 0; }
