.elementor-808 .elementor-element.elementor-element-3d22365{--display:flex;--min-height:100vh;--justify-content:center;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-07250a4 */#video-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    
}

#video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#start-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    transition: 0.5s;
    opacity: 1;
    border-radius: 20px;
    cursor: pointer;
}


#play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 999;
    cursor: pointer;
    width: 50%;
}


#playing-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: 0.5s;
    border-radius: 20px;
    cursor: pointer;
}

#pause-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), #000 70%);
    z-index: 999;
    opacity: 0;
    border-radius: 20px;
    cursor: pointer;
    
}

#resume-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate (-50%, -50%);
    width: 20%;
    cursor: pointer;
    transition: 0,5s;
    
}

.elementor-808 .elementor-element.elementor-element-07250a4 iframe {
    border-radius: 20px;
}/* End custom CSS */