.t-form__successbox{background:none;color:#1e1435;}

/* Сброс высоты для всех видео-атомов Zero Block */
.tn-atom__videoiframe,
.tn-atom__videoiframe iframe {
    height: auto !important;
    min-height: 0 !important;
}

/* Принудительный aspect-ratio для обертки */
.tn-atom:has(.tn-atom__videoiframe),
.tn-atom__videoiframe {
    width: 100% !important;
    aspect-ratio: 16 / 10 !important; /* Меняй под нужный формат */
}

.tn-atom__videoiframe iframe {
    width: 100% !important;
    height: 100% !important;
}