.two-col-text-img-block{
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.two-col-text-img-block.parallax{
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
}

.two-col-text-img-block .row{
  display: flex;
  align-items: center;
  justify-content: center;
}
.two-col-text-img-block.pad-0{
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.two-col-text-img-block.pad-1{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.two-col-text-img-block.pad-2{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.two-col-text-img-block.pad-3{
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.two-col-text-img-block.pad-4{
  padding-top: 5rem;
  padding-bottom: 6rem;
}
.two-col-text-img-block.mar-0{
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.two-col-text-img-block.mar-1{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.two-col-text-img-block.mar-2{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.two-col-text-img-block.mar-3{
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.two-col-text-img-block.mar-4{
  margin-top: 5rem;
  margin-bottom: 6rem;
}

.two-col-text-img-block.filter_drk:before{
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}

.two-col-text-img-block.filter_lt:before{
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.6);
}

.two-col-text-img-block.txt_lt p,
.two-col-text-img-block.txt_lt h2,
.two-col-text-img-block.txt_lt h4{
  color: #ffffff;
}

.two-col-text-img-block.txt_drk p,
.two-col-text-img-block.txt_drk h2,
.two-col-text-img-block.txt_drk h4{
  color: #000000;
}

.two-col-text-img-block .video-container {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
}

.two-col-video-background {
  background: #FFFFFF;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.two-col-video-foreground,
.two-col-video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .two-col-video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .two-col-video-foreground { width: 300%; left: -100%; }
}
@media (min-aspect-ratio: 16/9) {
  .two-col-video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .two-col-video-foreground {
  	width: 300%;
  	left: -100%;
  	height: 150%;
    top: -15%;
  }
}


.two-col-text-img-block.filter_drk:after{
  content: '';
  width: 100%;
  height: 100%;
  top:0;
  position: absolute;
  background: rgba(21,21,21,0.6);
}

.two-col-text-img-block.filter_lt:after{
  content: '';
  width: 100%;
  height: 100%;
  top:0;
  position: absolute;
  background: rgba(255,255,255,0.6);
}

.two-col-text-img-block .container{
  z-index: 90;
  position: relative;
}
