body {
	position: relative;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	background: url(../images/wednesday/wednesday__background.jpg) center center / cover  no-repeat;
}

figure {
	max-width: 100%;
}

section {
	flex-direction: column;
}

.wednesday__img {
	height: auto;
	width: 40%;
	max-width: 100%;
}

@media only screen and (max-width: 576px) {
	body::before {
		background-size: contain;
	}
	
	.wednesday__img {
		height: auto;
		width: 80%;
		max-width: 100%;
	}
}