@media (min-width: 1025px) 
{
	.vsg-content {
		width: 800px;
	}
}

@media (max-width: 1024px) 
{
	.vsg-content {
		width: 100%;
	}
}
