/*
Theme Name: Ambient Child
Theme URI: https://ambient.qodeinteractive.com
Description: A child theme of Ambient Theme
Author: Elated Themes
Author URI: https://themeforest.net/user/elated-themes
Version: 1.0.1
Text Domain: ambient
Template: ambient
*/

.flex-center .eltdf-row-grid-section .vc_row {
    align-items: center;
    display: flex
;
}

@media screen and (max-width:767px){
    .video-homepage{
        width:100% !important;
    }
    .flex-center .eltdf-row-grid-section .vc_row{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem; /* space between items */
    }
    .flex-center .vc_row:after, .flex-center .vc_row:before{
        content:none;
    }
}