.elementor-6600 .elementor-element.elementor-element-638d6db .elementor-wrapper{--video-aspect-ratio:1.77777;}#elementor-popup-modal-6600 .dialog-widget-content{background-color:#185B8D00;border-radius:15px 15px 15px 15px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-6600{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-6600 .dialog-message{width:850px;height:auto;padding:0% 0% 0% 0%;}#elementor-popup-modal-6600 .dialog-close-button{display:flex;top:1.5%;}body:not(.rtl) #elementor-popup-modal-6600 .dialog-close-button{right:1%;}body.rtl #elementor-popup-modal-6600 .dialog-close-button{left:1%;}#elementor-popup-modal-6600 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-6600 .dialog-close-button svg{fill:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-561245c */@media screen and (min-width: 768px){
	.yt-wrapper {
		overflow: hidden;
		max-width: 100%;
	}

	.yt-frame-container {
    		position: relative;
    		padding-bottom: 56.25%; 
    		padding-top: 25px;
		width: 300%;
    		left: -100%;
	}

	.yt-frame-container iframe {
    		position: absolute; 
    		top: 0; 
    		left: 0; 
    		width: 100%; 
		height: 100%;
		pointer-events:none;
	}
}

@media screen and (max-width: 767px){
	.yt-frame-container iframe {
		aspect-ratio: 16/9;
        	pointer-events:none;
    }
}/* End custom CSS */