.ba-after:before,
.ba-before-mask:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	pointer-events: none;
    background-color: rgba(26, 26, 26, .16);
    z-index: 1;

}