.sirello-video-wrapper {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

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

.sirello-banner-text {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;

    width: 90%;

    color: #fff !important;
    text-align: center;

    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: clamp(34px, 4vw, 78px);
    font-weight: 400;

    line-height: 1.1;

    text-shadow:
        0 2px 12px rgba(0,0,0,.45),
        0 4px 30px rgba(0,0,0,.35);

    z-index: 9999 !important;
    pointer-events: none;
}