.full-width
{
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	overflow: hidden;
	position: relative;
	right: 50%;
	width: 100svw;
}
