/*
Theme Name: Divi Child theme of Divi
Theme URI:
Description: Child theme of Divi theme for the Divi theme
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI:
Template: Divi
Version: 4.4.8
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 30 Jun 2020 05:33:15 +0000 */
/* The plugin now uses the recommended approach for loading the css files.*/

  body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker {
    width: 100% !important;
  }
  
 .vimeo-container-form {
    max-width: 600px !important;
    padding: 0px !important;
    height: 400px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  @media (max-width: 980px) {
    .vimeo-container-form {
     height: 300px !important;
    }
  }
  
  @media (max-width: 600px) {
    .vimeo-container-form {
     height: 200px !important;
    }
  }