#header > .block-container::after { content: ''; display: block; width: 30rem; height: 11rem; top: -2rem; left: -25rem; pointer-events: none;	position: absolute; 
	background: url(../img/bg-header-balls-left.webp) top center/contain no-repeat;
}

#header > .block-container::before { content: ''; display: block; width: 30rem; height: 11rem; top: -2rem; right: -25rem; position: absolute;  pointer-events: none;
	background: url(../img/bg-header-balls-right.webp) top center/contain no-repeat;
}


#footer { padding-bottom: 6rem; }
#footer::before { 
	content: ''; display: block; left:0; height: 4rem; bottom:0; right: 0; position: absolute; pointer-events: none;
	background: url(../img/bg-footer-snow.webp) bottom center/contain repeat-x;
}