/**
 * The plugin CSS
 * @since 1.0
 */

.vc_row{
  position:relative;
  z-index: 0;
}
.wgb-customized-row{
  min-height:300px;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  z-index:-1;
}
.wgb_row{
  width:100%;
  height:100%;
  overflow:hidden;
  position: relative;
}
.wgb_row canvas{
  width:100%;
  height:auto;
}