.marquee-title {
  background-size: cover;
  overflow: hidden;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.marquee-title h2 {
  font-size: 64px;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif
}

.marquee-title p {
  font-size: 29px;
  line-height: 49px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif
}

@media (max-width: 768px){
  .marquee-title h2 {
    font-size: 48px;
  }

  .marquee-title p {
    font-size: 22px;
  }
}

.marquee-title.txt_lt h2,
.marquee-title.txt_lt p,
.marquee-title.txt_lt span  {
  color: #fff;
}

.marquee-title.txt_drk h2,
.marquee-title.txt_drk p,
.marquee-title.txt_drk span {
  color: #191f6c;
}




.marquee-title a:hover{
  text-decoration: none;
}

.marquee-title-video-background {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.marquee-title-video-foreground{
  position: relative;
  top: 00%;
  width: 100%;
  height: 100%;
}



.marquee-title .video-container {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
}

.marquee-title-video-background {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.marquee-title-video-foreground{
  position: relative;
  top: 00%;
  width: 100%;
  height: 100%;
}
.marquee-title-video-background video {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 0%;
    position: relative;
    display: block;
}

@media (max-width: 768px){
  .video-container {
      display: none;
  }
}


@media (max-width: 575px){
  .marquee-title h2 span.lead_in{
    font-size: 1.2rem;
    line-height: 1.4rem;
  }


  .marquee-title h2 span.strong_text{
    font-size: 1.85rem !important;
    line-height: 1.85rem !important;
    width: 100%;
  }
}
