.qp-banner{
    position: relative;
}
.qp-banner video{
    width: 100%;
    max-height: 980px;
    object-fit: cover;
}
.qp-banner .textcon{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.qp-banner .textcon .title{
    color: var(--text-color-white);
    text-align: center;
    font-family: var(--font-title-family);
    font-size: var(--font-banner-size);
    font-style: var(--font-style);
    font-weight: var(--font-title-weight);
    line-height: var(--line-height);
    text-transform: capitalize;
}
.qp-banner .textcon .desc{
    color: rgba(255, 255, 255, 0.90);
    text-align: center;
    font-family: var(--font-family);
    font-size: var(--font-desc-size);
    font-style: var(--font-style);
    font-weight: var(--font-desc-weight);
    line-height: var(--line-height);
    margin-top: 20px;
}