.background-overlay .mbYTP_wrapper,.background-overlay-dark .mbYTP_wrapper {
    z-index: -1!important
}
.background-overlay:before {
    background: url(./images/overlay-pattern/overlay-pattern-1.png);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .8
}

