.elementor-22649 .elementor-element.elementor-element-259d1bd4{--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;}.elementor-22649 .elementor-element.elementor-element-2d53fa1d > .elementor-widget-container{margin:0px 0px 0px 0px;}#elementor-popup-modal-22649{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-22649 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-22649 .dialog-close-button{display:flex;}#elementor-popup-modal-22649 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for container, class: .elementor-element-259d1bd4 */.video-wrapper{
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
}

.video-wrapper iframe{
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* فقط موبایل */
@media (max-width:768px){

    .video-wrapper{
        width: 95vw;
        max-width: 100vw;
        position: relative;
        border-radius: 0;
    }

}/* End custom CSS */