.hz-contact-form-video-wrapper {
    aspect-ratio: 1 / 1;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    width: 50%;
    top: -50px;
    right: 0%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.contact-video-wrapper {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.contact-video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hz-contact-form-content-wrapper .hz-button {
    font-size: 1rem;
}

.hz-p-text-size-5-white {
    width: 80%;
}

@media screen and (max-width: 991px) {
    .hz-contact-form-video-wrapper {
        position: relative;
        width: 100%;
        top: unset;
    }

    .hz-p-text-size-5-white {
        width: 100%;
    }
}