/*
// Plugin Name : Video Box
// Created On : 11/8/2021
// Author : Joe Kustek
// Version : 1.0
// Description : Add a video box to any content block with this easy to use plugin
//
*/
#vdiv {
  width:100%;
  margin:auto;
  display:block;
  position: relative;
}

#vdiv_video {
  width:100%;
  height:auto;
}

#vdiv_txt {
  position: absolute; top: 0; left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
