/* style definitions for resizeable dual mode video play pages */

figure table {width: 100%;}

figure figcaption { text-align:center; font-weight:bold; }

/* initial size of videos */
.vidHolder {display:block; width: 49%; height: auto; }

#videoBox1 { float: left; }
#videoBox2 { float: right; }

.wrapper {
  display:block;
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 2px #888888;
}

video {
    display: block;
    width: 100%;
}

