.marquee-page-title-block{
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.marquee-page-title-block .video-container {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
}

.marquee-page-title-video-background {
  background: #FFFFFF;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.marquee-page-title-video-foreground,
.marquee-page-title-video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .marquee-page-title-video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .marquee-page-title-video-foreground { width: 300%; left: -100%; }
}
@media (min-aspect-ratio: 16/9) {
  .marquee-page-title-video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .marquee-page-title-video-foreground {
  	width: 300%;
  	left: -100%;
  	height: 150%;
    top: -15%;
  }
}
.marquee-page-title-block h1{
  font-size: 42px;
  margin: 10px 0 0 0;
}

.marquee-page-title-block.filter_drk:before{
  content: '';
  width: 100%;
  height: 100%;
  top:0;
  position: absolute;
  background: rgba(21,21,21,0.6);
}
.marquee-page-title-block.filter_lt:before{
  content: '';
  width: 100%;
  height: 100%;
  top:0;
  position: absolute;
  background: rgba(255,255,255,0.6);
}





/*//////////////////////////*/
.marquee-page-title-block.video{
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'avenir', 'Montserrat', sans-serif;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

/*.marquee-page-title-block.video {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
}
*/
.marquee-page-title-block.video .marquee-page-title-video-background {
  background: #FFFFFF;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.marquee-page-title-block.video .marquee-page-title-video-foreground,
.marquee-page-title-block.video .marquee-page-title-video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.marquee-page-title-block.video.filter_drk:before{
  content: '';
  width: 100%;
  height: 100%;
  top:0;
  position: absolute;
  background: rgba(21,21,21,0.6);
}

.marquee-page-title-block.video.filter_lt:before{
  content: '';
  width: 100%;
  height: 100%;
  top:0;
  position: absolute;
  background: rgba(255,255,255,0.6);
}


/*-- Temp styles --*/
.marquee-page-title-block.video{
  align-items: center;
  justify-content: center;}
body.home .marquee-page-title-block.video{height:700px;min-height:700px !important;}
.marquee-page-title-block.video .marquee-page-title-video-foreground, .marquee-page-title-block.video .marquee-page-title-video-background video{top:0px;}
.marquee-page-title-block.video .video-container{
display:block !important;
}
/*Set to display block to override mobile setting for testing */



@media (max-width:760px){
  body.home #marqueeVideo {
    max-width: 200%;
    margin-left: -50%;
}
  body.home .marquee-page-title-block.video{
    height:400px !important;
    min-height:0px !important;
  }
  body.home main {
    min-height: 400px !important;
  }

}
