.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 .left-text {
  padding:60px 60px 60px 0;
}
.two-col-text-img-block .right-text {
  padding:60px 0 60px 60px
}
.two-col-text-img-block .row{
  display: flex;
  align-items: center;
  justify-content: center;
}
.two-col-text-img-block img {
  border-radius: var(--borderradius);
}
.two-col-text-img-block  .makeittall {
  display: flex;
  flex-grow: 1;
  height: -webkit-fill-available;
}
.two-col-text-img-block  .regularsize {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.two-col-text-img-block  .fitarea {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.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.dark-mode-on p,
.two-col-text-img-block.dark-mode-on li,
.two-col-text-img-block.dark-mode-on ul,
.two-col-text-img-block.dark-mode-on h2,
.two-col-text-img-block.dark-mode-on h4{
  color: #fff;
}
.two-col-text-img-block.dark-mode-on .two-col-txt-img-content ul li::before {
  color: #fff;
}
.two-col-text-img-block .container{
  z-index: 90;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .two-col-text-img-block .left-text,
  .two-col-text-img-block .right-text {
    padding:0;
  }
  .two-col-text-img-block .fitarea,
  .two-col-text-img-block .regularsize {
    height: 250px!important;
    background-size: contain;
  }
  .two-col-text-img-block .rightimagemargin {
    margin-top: 30px;
  }
  .two-col-text-img-block .leftimagemargin {
    margin-bottom: 30px;
  }
}
