﻿
.videobox {
    background-color: rgba(0, 0, 0, 0.85) !important;
    color: #fff !important;
    border: 0.05em solid #232323 !important;
    height: 101%;
}

.videobox-inner {
    z-index: 1015;
}

/*.videobox:hover {
  border: 0.05em solid #5b89b4 !important;
}*/

.videobox-header-label {
    text-align: center;
    display: block;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

    .videobox-header-label:hover {
        font-weight: bold;
    }

.videobox-header {
    top: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    right: 0px !important;
    background-color: transparent !important;
    color: #fff !important;
    height: 2em;
    z-index: 525;
}

    .videobox-header:hover {
        background-color: #1a1a1a7d !important;
    }

.vidElement {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
