.elementor-1241 .elementor-element.elementor-element-fd2f05a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-fd2f05a *//* Hide header, footer, sidebars */
header, footer, .site-header, .site-footer, .elementor-location-header, .elementor-location-footer, .sidebar, .widget {
    display: none !important;
}

/* Remove page padding/margin */
body, html, .site, .elementor-section {
    margin: 0 !important;
    padding: 0 !important;
}

/* Make the video container full viewport */
#yt-thumb, iframe {
    width: 100% !important;
    height: 100vh !important;
    position: fixed !important;
    top: 0;
    left: 0;
}

/* Center play button */
#yt-thumb .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 64px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 20px 30px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    transition: transform 0.2s, background 0.2s;
    cursor: pointer;
}

#yt-thumb .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: rgba(0,0,0,0.75);
}

/* Hide scrollbars */
body {
    overflow: hidden !important;
}/* End custom CSS */