/*
 * Video
 */

.videofill {
    border: 3px solid #000000;
    width: 50%    !important;
    height: auto   !important;
}

/* Using 2 different styles just for this one, since videos are slightly different sizes */
.videofillCol1 {
    border: 3px solid #000000;
    width: 85%    !important;
    height: auto   !important;
}

.videofillCol2 {
    border: 3px solid #000000;
    width: 80%    !important;
    height: auto   !important;
}
.vidButtonHighlight {
    /*color: #0a0;*/
    background: #fa0;
    border: 1px solid #83AAD3;
}

