/* Hide ALL YouTube elements completely */
.ytp-chrome-top,
.ytp-chrome-bottom,
.ytp-gradient-bottom,
.ytp-gradient-top,
.ytp-title,
.ytp-title-text,
.ytp-title-link,
.ytp-title-channel,
.ytp-watermark,
.ytp-impression-link,
.ytp-share-button,
.ytp-watch-later-button,
.ytp-playlist-menu-button,
.ytp-cards-button,
.ytp-overflow-button,
.ytp-copylink-button,
.ytp-search-button,
.ytp-chrome-top-buttons,
.ytp-show-cards-title,
.ytp-title-beacon,
.ytp-title-channel-logo,
.ytp-title-expanded-overlay,
.ytp-shorts-title-channel {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* Full width video container */
.banner-youtube {
    width: 100vw !important;
    height: 100vh !important;
    position: relative !important;
    overflow: hidden !important;
}

.banner-youtube iframe {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}