.text-left-video-right {
    padding-block: 3.11rem;
    --video-border-radius: 0.556rem;
    --video-border: none;
}

.text-left-video-right h2 {
    color: var(--optris-dark-grey);
    margin-bottom: 0.923em;
}

.text-left-video-right p:not(:last-of-type) {
    margin-bottom: 1em;
}

.text-left-video-right a.btn {
    margin-top: 1.882rem; 
}

.text-left-video-right iframe {
    width: 100%;
    height: 100% !important;
    aspect-ratio: 1/0.5669;
    overflow: clip;
}

.text-left-video-right .wp-block-columns {
    gap: 1.882rem;
}

.text-left-video-right media-player {
    position: sticky;
    top: 180px;
}