.w100 {
	width: 100%;
}
.w50 {
	width: 50%;
}
.w25 {
	width: 25%;
}
.h-full {
	height: 100%;
}
.h-auto {
	height: auto;
}
.w-min-content {
	width: min-content;
}
