﻿.max-h-0 {
    max-height: unset !important;
}

.max-h-1 {
    max-height: 25rem !important;
}

.max-h-2 {
    max-height: 30rem !important;
}

.max-h-3 {
    max-height: 40rem !important;
}

.max-h-4 {
    max-height: 50rem !important;
}

.max-h-5 {
    max-height: 75rem !important;
}

@media (min-width: 576px) {
    .max-h-sm-0 {
        max-height: unset !important;
    }

    .max-h-sm-1 {
        max-height: 25rem !important;
    }

    .max-h-sm-2 {
        max-height: 30rem !important;
    }

    .max-h-sm-3 {
        max-height: 40rem !important;
    }

    .max-h-sm-4 {
        max-height: 50rem !important;
    }

    .max-h-sm-5 {
        max-height: 75rem !important;
    }
}

@media (min-width: 768px) {
    .max-h-md-0 {
        max-height: unset !important;
    }

    .max-h-md-1 {
        max-height: 25rem !important;
    }

    .max-h-md-2 {
        max-height: 30rem !important;
    }

    .max-h-md-3 {
        max-height: 40rem !important;
    }

    .max-h-md-5 {
        max-height: 75rem !important;
    }
}

@media (min-width: 992px) {
    .max-h-lg-0 {
        max-height: unset !important;
    }

    .max-h-lg-1 {
        max-height: 25rem !important;
    }

    .max-h-lg-2 {
        max-height: 30rem !important;
    }

    .max-h-lg-3 {
        max-height: 40rem !important;
    }

    .max-h-lg-4 {
        max-height: 50rem !important;
    }

    .max-h-lg-5 {
        max-height: 75rem !important;
    }
}

@media (min-width: 1200px) {
    .max-h-xl-0 {
        max-height: unset !important;
    }

    .max-h-xl-1 {
        max-height: 25rem !important;
    }

    .max-h-xl-2 {
        max-height: 30rem !important;
    }

    .max-h-xl-3 {
        max-height: 40rem !important;
    }

    .max-h-xl-4 {
        max-height: 50rem !important;
    }

    .max-h-xl-5 {
        max-height: 75rem !important;
    }
}

@media (min-width: 1400px) {
    .max-h-xxl-0 {
        max-height: unset !important;
    }

    .max-h-xxl-1 {
        max-height: 25rem !important;
    }

    .max-h-xxl-2 {
        max-height: 30rem !important;
    }

    .max-h-xxl-3 {
        max-height: 40rem !important;
    }

    .max-h-xxl-4 {
        max-height: 50rem !important;
    }

    .max-h-xxl-5 {
        max-height: 75rem !important;
    }
}
