.coverVideo {
    overflow: hidden;
    position: relative;

    display: -ms-flexbox;
    -ms-align-items: center;
    display: flex;
    align-items: center;
}

.video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}
.shadow {
    box-shadow: 0 10000px 0 0 rgba(255, 85, 0, 0.7) inset;
    -moz-box-shadow: 0 10000px 0 0 rgba(255, 85, 0, 0.7) inset;
    -webkit-box-shadow: 0 10000px 0 0 rgba(255, 85, 0, 0.7) inset
}