/* Custom Styles */
.video .overlay {
    position: absolute;
    top: 0;
    left: 0;
   display:none;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #000000d1;
    z-index: 9999;
    text-align: center;
}
.video .overlay__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    width: 90%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video{position: relative;}