/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.banner-grdn:before {
    content: "";
    width: 23%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(35,86,118,1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(35,86,118,1) 100%);
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(35,86,118,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#235676",GradientType=1);
}

.video-bx .elementor-custom-embed-play i {
    display: none;
}

.video-bx .elementor-custom-embed-play {
    background: url(https://neurochangeinstitute.org/wp-content/uploads/2022/08/Group-82.png) no-repeat center;width: 86px;height: 86px;border-radius: 100px;}
.video-bx  .elementor-custom-embed-image-overlay img {
    height: 547px;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 767px){
    .video-bx  .elementor-custom-embed-image-overlay img {
    height: 55vh;
    object-fit: cover;
    object-position: center;
}
}