.tn-atom__videoiframe {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
}

.tn-atom__videoiframe iframe {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: none !important;
}