.hexagon-background-widget {
	position: relative;
	width: 100%;
	height: 320px;
	overflow: hidden;
}

.hexagon-background-widget__stage {
	position: relative;
	width: 100%;
	height: 100%;
}

.hexagon-background-widget__hexagon {
	position: absolute;
	display: block;
	border-radius: 0;
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	transform: translate(-50%, -50%);
	will-change: width, height, left, top;
}
