.wp-block-cover {
	overflow: hidden;
	height: auto;

	margin-top: 3rem;
	margin-bottom: 3rem;

	img {
		height: 100%;
	}

	&__inner-container {
		max-width: $screen-xl-min;
		margin: 0 auto;
		padding: 0 1rem;

		:last-child {
			margin-bottom: 0;
		}
	}

	picture {
		position: absolute;
	}
}
