.w-lg-70 {
	@media (min-width: $screen-lg-min){
		width: 70%;
	}
}
.w-xl-50 {
	@media (min-width: $screen-xl-min){
		width: 50%;
	}
}