/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Hello Elementor Child is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author:			 splendour
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/


/*
    Add your custom styles here
*/
.vid_overlay .elementor-widget-video{
	overflow: hidden;
}
.vid_overlay .elementor-widget-video:after{
    content: "";
    position: absolute;
    top: -50px;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../../../wp-content/uploads/2023/04/over_layer-1.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom center;
    transform: rotate(180deg);
}