.tjd-hero
{
   position: relative;
   overflow: hidden;
}

#video_background_iframe
{
   overflow: hidden;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 100;
}

#video_background_iframe > *
{
   position: absolute;
   top: 0;
   left: 0;
}

#video_background_player
{
   /* background-color: #086d0c; */
   background-color: rgba( 0, 0, 0, 0.5 );
   /* border: 1px dashed #ff0000; */
   /* width: 100%;
   height: 100%; */
   width: 800px;
   height: 400px;
   overflow: hidden;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 100;
}

#video_background_iframe_overlay
{
   overflow: hidden;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 100;
   opacity: 0.6;
   background-color: #000000;
   z-index: 200;
}


.tjd-hero-container
{
   position: relative;
   z-index: 200;
}