.video-bgr {position:relative; overflow-x:hidden; /*background-color: rgba(0,0,0,0.0);*/}
/*.video-bgr p, .video-bgr h1, .video-bgr h2, .video-bgr h3 { color:#FFF;}*/
.video-bgr .black {color:#000;}
video.abs { 
    position: absolute;
    top: 0%;
    left: 0%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(0%) translateY(0%);
  background-size: cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}


@media screen and (max-device-width: 1024px) {
  video.abs {/*max-width: 100%;*/     overflow-x: hidden; height:100%}
}
