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

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

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

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

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

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

.h-unset {
    width: unset !important;
}

.h-10 {
    width: 10% !important;
}

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

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

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

.h-100 {
    width: 100% !important;
}

@media (min-width: 576px) {
    .w-sm-unset {
        width: unset !important;
    }

    .w-sm-10 {
        width: 10% !important;
    }

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

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

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

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

    .h-sm-unset {
        width: unset !important;
    }

    .h-sm-10 {
        width: 10% !important;
    }

    .h-sm-25 {
        width: 25% !important;
    }

    .h-sm-50 {
        width: 50% !important;
    }

    .h-sm-75 {
        width: 75% !important;
    }

    .h-sm-100 {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .w-md-unset {
        width: unset !important;
    }

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

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

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

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

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

    .h-md-unset {
        width: unset !important;
    }

    .h-md-10 {
        width: 10% !important;
    }

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

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

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

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

@media (min-width: 992px) {
    .w-lg-unset {
        width: unset !important;
    }

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

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

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

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

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

    .h-lg-unset {
        width: unset !important;
    }

    .h-lg-10 {
        width: 10% !important;
    }

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

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

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

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

@media (min-width: 1200px) {
    .w-xl-unset {
        width: unset !important;
    }

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

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

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

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

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

    .h-xl-unset {
        width: unset !important;
    }

    .h-xl-10 {
        width: 10% !important;
    }

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

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

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

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

@media (min-width: 1400px) {
    .w-xxl-unset {
        width: unset !important;
    }

    .w-xxl-10 {
        width: 10% !important;
    }

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

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

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

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

    .h-xxl-unset {
        width: unset !important;
    }

    .h-xxl-10 {
        width: 10% !important;
    }

    .h-xxl-25 {
        width: 25% !important;
    }

    .h-xxl-50 {
        width: 50% !important;
    }

    .h-xxl-75 {
        width: 75% !important;
    }

    .h-xxl-100 {
        width: 100% !important;
    }
}