.bg-video{
  position: absolute;
  top:0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: .15;
  overflow: hidden;

  &__content{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}