article:has(iframe) iframe {
    width: 100%;
    height: 100vh;
}

@media (min-width: 1024px) {
    
    article:has(iframe) iframe {
        padding-top: 140px;
    }

    article:has(iframe) iframe .text-center {
        padding-top: 60px;
    }
    
}

article:has(iframe) h3 {
    display: none;
    visibility: hidden;
    text-indent: -9999px;
}

/* Header Mega Menu Fix */
@media (min-width: 1024px) {

    .main-header-bar {
        z-index: 9999!important;
        top: 120px!important;
    }
}