.w-1\/2 { width: 50% !important; }
.w-1\/3 { width: 33.33333% !important; }
.w-2\/3 { width: 66.66667% !important; }
.w-1\/4 { width: 25% !important; }
.w-3\/4 { width: 75% !important; }
.w-1\/5 { width: 20% !important; }
.w-2\/5 { width: 40% !important; }
.w-3\/5 { width: 60% !important; }
.w-4\/5, .w-80 { width: 80% !important; }
.w-1\/6 { width: 16.66667% !important; }
.w-full { width: 100% !important; }
.w-screen { width: 100vw !important; }

@media (min-width: 576px)
{
	.w-sm-100 	{ width: 100% !important; }
	.w-sm-80 	{ width: 80% !important; }
	.w-sm-75  	{ width: 75% !important; }
	.w-sm-50  	{ width: 50% !important; }
	.w-sm-25  	{ width: 25% !important; }
	.w-sm-auto  { width: auto !important; }
	
	.w-sm-1\/2 { width: 50% !important; }
	.w-sm-1\/3 { width: 33.33333% !important; }
	.w-sm-2\/3 { width: 66.66667% !important; }
	.w-sm-1\/4 { width: 25% !important; }
	.w-sm-3\/4 { width: 75% !important; }
	.w-sm-1\/5 { width: 20% !important; }
	.w-sm-2\/5 { width: 40% !important; }
	.w-sm-3\/5 { width: 60% !important; }
	.w-sm-4\/5 { width: 80% !important; }
	.w-sm-1\/6 { width: 16.66667% !important; }
	.w-sm-full { width: 100% !important; }
	.w-sm-screen { width: 100vw !important; }
}
@media (min-width: 768px)
{
	.w-md-100 	{ width: 100% !important; }
	.w-md-80 	{ width: 80% !important; }
	.w-md-75  	{ width: 75% !important; }
	.w-md-50  	{ width: 50% !important; }
	.w-md-25  	{ width: 25% !important; }
	.w-md-auto  { width: auto !important; }
	
	.w-md-1\/2 { width: 50% !important; }
	.w-md-1\/3 { width: 33.33333% !important; }
	.w-md-2\/3 { width: 66.66667% !important; }
	.w-md-1\/4 { width: 25% !important; }
	.w-md-3\/4 { width: 75% !important; }
	.w-md-1\/5 { width: 20% !important; }
	.w-md-2\/5 { width: 40% !important; }
	.w-md-3\/5 { width: 60% !important; }
	.w-md-4\/5 { width: 80% !important; }
	.w-md-1\/6 { width: 16.66667% !important; }
	.w-md-full { width: 100% !important; }
	.w-md-screen { width: 100vw !important; }
}
@media (min-width: 992px)
{
	.w-lg-100 	{ width: 100% !important; }
	.w-lg-80 	{ width: 80% !important; }
	.w-lg-75  	{ width: 75% !important; }
	.w-lg-50  	{ width: 50% !important; }
	.w-lg-25  	{ width: 25% !important; }
	.w-lg-auto  { width: auto !important; }
	
	.w-lg-1\/2 { width: 50% !important; }
	.w-lg-1\/3 { width: 33.33333% !important; }
	.w-lg-2\/3 { width: 66.66667% !important; }
	.w-lg-1\/4 { width: 25% !important; }
	.w-lg-3\/4 { width: 75% !important; }
	.w-lg-1\/5 { width: 20% !important; }
	.w-lg-2\/5 { width: 40% !important; }
	.w-lg-3\/5 { width: 60% !important; }
	.w-lg-4\/5 { width: 80% !important; }
	.w-lg-1\/6 { width: 16.66667% !important; }
	.w-lg-full { width: 100% !important; }
	.w-lg-screen { width: 100vw !important; }
}
@media (min-width: 1200px)
{
	.w-xl-100 	{ width: 100% !important; }
	.w-xl-80 	{ width: 80% !important; }
	.w-xl-75  	{ width: 75% !important; }
	.w-xl-50  	{ width: 50% !important; }
	.w-xl-25  	{ width: 25% !important; }
	.w-xl-auto  { width: auto !important; }
	
	.w-xl-1\/2 { width: 50% !important; }
	.w-xl-1\/3 { width: 33.33333% !important; }
	.w-xl-2\/3 { width: 66.66667% !important; }
	.w-xl-1\/4 { width: 25% !important; }
	.w-xl-3\/4 { width: 75% !important; }
	.w-xl-1\/5 { width: 20% !important; }
	.w-xl-2\/5 { width: 40% !important; }
	.w-xl-3\/5 { width: 60% !important; }
	.w-xl-4\/5 { width: 80% !important; }
	.w-xl-1\/6 { width: 16.66667% !important; }
	.w-xl-full { width: 100% !important; }
	.w-xl-screen { width: 100vw !important; }
}