.two-col-text-img-block .vid .imageholder1 img {
padding-top:0;
transition: all .25s;
}
.two-col-text-img-block .vid .imageholder1:hover img{
padding-top:50px;
transition: all .25s;
}
.two-col-text-img-block .bgmagic {
  width: 50%;
  position: absolute;
  background-size: cover;
  background-position: center;
  height: 100%;
  top: 0;
  bottom: 0;
}
.two-col-text-img-block .bgmagic.txtimg,
.two-col-text-img-block .bgmagic.txtvid
 {
  right:0;
}

.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: stretch;
}

.two-col-text-img-block img {
  border-radius: var(--borderradius);
}
.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 .imageholder2 {
  flex-direction: column;
  background-size: cover;
  background-position: center;
  min-height: 250px;
}
.two-col-text-img-block .imageholder1 {
  display: flex;
  flex:1;
  align-items: center;
  justify-content: center;
}
.two-col-text-img-block .imageholder1 i {
  font-size: 44px;
  color: #fff;
  text-shadow: 0 0 10px black;
}
.bgprimary .two-col-text-img-block .magicleft {
  background: linear-gradient(270deg, var(--primarycolor) 0%, #00000000 70%);
}
.bgsecondary .two-col-text-img-block .magicleft {
  background: linear-gradient(270deg, var(--secondarycolor) 0%, #00000000 70%);
}
.bgtertiary .two-col-text-img-block .magicleft {
  background: linear-gradient(270deg, var(--tertiarycolor) 0%, #00000000 70%);
}
.bgparker .two-col-text-img-block .magicleft {
  background: linear-gradient(270deg, var(--parker) 0%, #00000000 70%);
}
.bgmccabe .two-col-text-img-block .magicleft {
  background: linear-gradient(270deg, var(--mccabe) 0%, #00000000 70%);
}
.bglightgray .two-col-text-img-block .magicleft {
  background: linear-gradient(270deg, var(--lightgray) 0%, #00000000 70%);
}
.bgmidgray .two-col-text-img-block .magicleft {
  background: linear-gradient(270deg, var(--midgray) 0%, #00000000 70%);
}
.bgdarkgray .two-col-text-img-block .magicleft {
  background: linear-gradient(270deg, var(--darkgray) 0%, #00000000 70%);
}
.bgblack .two-col-text-img-block .magicleft {
  background: linear-gradient(270deg, var(--black) 0%, #00000000 70%);
}

.bgprimary .two-col-text-img-block .magicright {
  background: linear-gradient(90deg, var(--primarycolor) 0%, #00000000 70%);
}
.bgsecondary .two-col-text-img-block .magicright {
  background: linear-gradient(90deg, var(--secondarycolor) 0%, #00000000 70%);
}
.bgtertiary .two-col-text-img-block .magicright {
  background: linear-gradient(90deg, var(--tertiarycolor) 0%, #00000000 70%);
}
.bgparker .two-col-text-img-block .magicright {
  background: linear-gradient(90deg, var(--parker) 0%, #00000000 70%);
}
.bgmccabe .two-col-text-img-block .magicright {
  background: linear-gradient(90deg, var(--mccabe) 0%, #00000000 70%);
}
.bglightgray .two-col-text-img-block .magicright {
  background: linear-gradient(90deg, var(--lightgray) 0%, #00000000 70%);
}
.bgmidgray .two-col-text-img-block .magicright {
  background: linear-gradient(90deg, var(--midgray) 0%, #00000000 70%);
}
.bgdarkgray .two-col-text-img-block .magicright {
  background: linear-gradient(90deg, var(--darkgray) 0%, #00000000 70%);
}
.bgblack .two-col-text-img-block .magicright {
  background: linear-gradient(90deg, var(--black) 0%, #00000000 70%);
}

.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 a{
  color: var(--midgray);
}

.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 .imageholder2 {height: 300px;}
.bgprimary .two-col-text-img-block .magicleft,
.bgsecondary .two-col-text-img-block .magicleft,
.bgtertiary .two-col-text-img-block .magicleft,
.bgparker .two-col-text-img-block .magicleft,
.bgmccabe .two-col-text-img-block .magicleft,
.bglightgray .two-col-text-img-block .magicleft,
.bgmidgray .two-col-text-img-block .magicleft,
.bgdarkgray .two-col-text-img-block .magicleft,
.bgprimary .two-col-text-img-block .magicright,
.bgsecondary .two-col-text-img-block .magicright,
.bgtertiary .two-col-text-img-block .magicright,
.bgparker .two-col-text-img-block .magicright,
.bgmccabe .two-col-text-img-block .magicright,
.bglightgray .two-col-text-img-block .magicright,
.bgmidgray .two-col-text-img-block .magicright,
.bgdarkgray .two-col-text-img-block .magicright {
  background: none;
}
.two-col-text-img-block .bgmagic {
  width: 100%;
  height: 300px;
  bottom: auto;
  top: auto;
}
.leftcol, .rightcol {
  height: 300px;
}
.two-col-text-img-block .rcccow{
  display: contents;
}
}