/**UTILS**/

.cover-background {
	background-position: center;
	background-size: cover;
}

.d-hidden {
  height: 0;
  overflow: hidden;
}

.w-auto {
	width: auto!important;
}

.w-25 {
	width: 25%!important;
}

.w-33 {
	width: 33.3333333333333333333333333333%!important;
}

.w-50 {
	width: 50%!important;
}

.w-66 {
	width: 66.6666666666666666666666666666%!important;
}

.w-75 {
	width: 75%!important;
}

.py-100 {
	padding-top: 100px!important;
	padding-bottom: 100px!important;
}

@media( min-width: 768px ) {

	.w-md-25 {
		width: 25%!important;
	}

	.w-md-33 {
		width: 33.3333333333333333333333333333%!important;
	}

	.w-md-50 {
		width: 50%!important;
	}

	.w-md-66 {
		width: 66.6666666666666666666666666666%!important;
	}

	.w-md-75 {
		width: 75%!important;
	}

	.w-md-100 {
		width: 100%!important;
	}

	.w-md-auto {
		width: auto!important;
	}

}

@media( min-width: 1024px ) {

	.w-lg-25 {
		width: 25%!important;
	}

	.w-lg-33 {
		width: 33.3333333333333333333333333333%!important;
	}

	.w-lg-50 {
		width: 50%!important;
	}

	.w-lg-66 {
		width: 66.6666666666666666666666666666%!important;
	}

	.w-lg-75 {
		width: 75%!important;
	}

	.w-lg-100 {
		width: 100%!important;
	}

	.w-lg-auto {
		width: auto!important;
	}

}

@media( min-width: 1200px ) {

	.w-xl-25 {
		width: 25%!important;
	}

	.w-xl-33 {
		width: 33.3333333333333333333333333333%!important;
	}

	.w-xl-50 {
		width: 50%!important;
	}

	.w-xl-66 {
		width: 66.6666666666666666666666666666%!important;
	}

	.w-xl-75 {
		width: 75%!important;
	}

	.w-xl-100 {
		width: 100%!important;
	}

	.w-xl-auto {
		width: auto!important;
	}

}