.two-col-content-block {
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #474747;
}

.two-col-content-block .two-col-content {
  z-index: 2;
}

.two-col-content-block.filter_drk:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  position: absolute;
  background: rgba(21,21,21,0.6);
}

.two-col-content-block.filter_lt:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  position: absolute;
  background: rgba(255,255,255,0.6);
}

.two-col-content-block .video-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  overflow: hidden;
}

.two-col-content-video-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}
.two-col-content-video-foreground,
.two-col-content-video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.two-col-content-block.txt_lt {
  color: #ffffff;
}

.two-col-content-block.txt_drk {
  /*color: #000000;*/
}

.two-col-content-block .two-col-content-img {
  min-height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}





.two-col-content-block h1 {
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  font-weight: normal;
}

.two-col-content-block h2 {
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  font-weight: normal;
}

.two-col-content-block.h1-title h2 {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1rem;
}

.two-col-content-block h3 {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 1rem;
}

.two-col-content-block .ctatag {
  font-size: 0.85rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .two-col-content-block h1 { font-size: 1.7rem; }
  .two-col-content-block h2 { font-size: 1.7rem; }
  .two-col-content-block.h1-title h2 { font-size: 1.2rem; }
  .two-col-content-block h3 { font-size: 1.2rem; }
  .two-col-content-block .ctatag {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {
  .two-col-content-block h1 { font-size: 2rem; }
  .two-col-content-block h2 { font-size: 2rem; }
  .two-col-content-block.h1-title h2 { font-size: 1.1rem; }
  .two-col-content-block h3 { font-size: 1.1rem; }
  .two-col-content-block .ctatag {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
  }
}

@media (min-width: 992px) {
  .two-col-content-block h1 { font-size: 2.2rem; }
  .two-col-content-block h2 { font-size: 2.2rem; }
  .two-col-content-block.h1-title h2 { font-size: 1.3rem; }
  .two-col-content-block h3 { font-size: 1.3rem; }
  .two-col-content-block .ctatag {
    font-size: 1.15rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
  }
}

@media (min-width: 1200px) {
  .two-col-content-block h1 { font-size: 3.45rem; }
  .two-col-content-block h2 { font-size: 3.45rem; }
  .two-col-content-block.h1-title h2 { font-size: 1.5rem; }
  .two-col-content-block h3 { font-size: 1.5rem; }
  .two-col-content-block .ctatag {
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
  }
}


.two-col-content-block .btn:first-child {
  margin-left: 0px;
}












