.two-columns.sidebar_l .row .col-md-4 .background_div{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position:  center;
}

.two-columns.sidebar_l .row .col-md-8 .background_div{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position:  center;
}


.two-columns.sidebar_r .row .col-md-4 .background_div{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position:  center;
}

.two-columns.sidebar_r .row .col-md-8 .background_div{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position:  center;
}

.two-columns.sidebar_r img,
.two-columns.sidebar_l img{
  max-width: 100%;
  height: auto;
}

.two-columns.sidebar_r .row .col-md-4 .background_div{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position:  center;
}

.even_split.two-columns .row .col-md-6:first-child .background_div{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position:  center;
}

.even_split.two-columns .row .col-md-6:last-child .background_div{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position:  center;
}
.two-columns .video-background, .one-column .video-background{
   position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.two-columns .video-bg, .one-column .video-bg{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}
@media screen and (max-width: 768px){
  .two-columns .video-bg, .one-column .video-bg{
    display: none;
  }
}