.tab-iframe {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 100;
    transition: all 0.2s;

    iframe {
        border: none;
    }
}