.h-200px {
    height: 200px;
}

.h-260px {
    height: 260px;
}

.h-230px {
    height: 230px;
}

.h-300px {
    height: 300px;
}

.h-400px {
    height: 400px;
}

.h-480px {
    height: 480px;
}

.h-768px {
    height: 768px;
}

.h-960px {
    height: 960px;
}

.min-h450px {
    min-height: 450px
}

.h-8rem {
    height: 8rem;
}

.w-3774px {
    width: 3774px;
}

.max-w-30-5rem {
    max-width: 30.5rem
}

.max-w-23-625rem {
    max-width: 23.625rem;
}

.max-w-526px {
    max-width: 526px;
}

.mt-n70px {
    margin-top: -70px;
}

.mt-n100px {
    margin-top: -100px;
}

.mt-n130px {
    margin-top: -130px;
}

.mt-n370px {
    margin-top: -370px;
}

.zindex-2 {
    z-index: 2;
}

.zindex-5 {
    z-index: 5;
}

.text-decoration-underline-primary {
    text-decoration: underline var(--mdb-primary);
}

.video-frame {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}