@media screen and (max-width: 1350px)
{
	.segment
	{
		width:70%;
	}
}

@media screen and (max-width: 1000px)
{
	.segment
	{
		width:80%;
	}
}

@media screen and (max-width: 850px)
{
	.segment
	{
		width:90%;
	}
}

@media screen and (max-width: 750px)
{
	.segment
	{
		width:100%;
	}
}