.container-main::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: -250px;

	display: table;

	width: 250px;
	height: 100%;

	content: "";

	background: url("../images/label-efsurf-2026-portrait.png") no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

.container-main::after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: -250px;

	display: table;

	width: 250px;
	height: 100%;

	content: "";

	background: url("../images/label-efsurf-2026-portrait.png") no-repeat;
	background-position: 0 0;
	background-size: 100%;
}
