.one-col-text-block{
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}

.one-col-text-block img{
  max-width: 100%;
  height: auto;
}

.one-col-text-block h2{
  font-size: 48px;
  line-height: 48px;
  font-weight: 900;
  margin-bottom: 32px;
  font-family: 'Open Sans', sans-serif;
}

.one-col-text-block h4{
  font-size: 29px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 32px;
  font-family: 'Open Sans', sans-serif;
}

.one-col-text-block.txt_drk.header-thin h2{
  color: #191f6c;
  font-weight: 300;
  font-size: 49px;
}
.one-col-text-block .h2sizeswap{
  font-size: 38px;
}
@media only screen and (max-width: 600px) {
  .one-col-text-block h2{
    font-size: 36px;
  }
  .one-col-text-block .h2sizeswap{
    font-size: 24px;
    line-height: 30px;
  }
  .one-col-text-block h4{
    font-size: 22px;
  }
}


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

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

@media (min-aspect-ratio: 16/9) {
  .one-col-video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .one-col-video-foreground { width: 300%; left: -100%; }
}
@media (min-aspect-ratio: 16/9) {
  .one-col-video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .one-col-video-foreground {
  	width: 300%;
  	left: -100%;
  	height: 150%;
    top: -15%;
  }
}

.one-col-text-block.txt_lt p,
.one-col-text-block.txt_lt span,
.one-col-text-block.txt_lt li,
.one-col-text-block.txt_lt h2,
.one-col-text-block.txt_lt h4{
  color: #ffffff;
}

.one-col-text-block.txt_drk p,
.one-col-text-block.txt_drk span,
.one-col-text-block.txt_drk li{
  color: #717073;
}

.one-col-text-block.txt_drk h2,
.one-col-text-block.txt_drk h4{
  color: #191f6c;
}


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

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


.one-col-text-block .btn-text{
  color: #191f6c;
  text-decoration: underline;
}

.one-col-text-block .btn-text:hover{
  color: #7fbc03;
  text-decoration: underline;
}
