.video-bg {
  border-right: none;
  border-left: none;
  position: relative;
}

.video-bg > .row-fluid {
  position: static !important;
}


.video-container {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
}

video {
  position: absolute;
  z-index: 0;
  top: 0px;
}

video.fillWidth {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
}

.container-caption {
  width:100%;
  height:100%;
  display: block;
  float: none;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}




.video-btn {
  z-index: 9999;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
}

.video-btn .video-icon {
  fill: white;
  width: 25px;
  display: block;
}

.video-btn .icon-unmuted {
  display: none; {# by default #}
}

.video-bg {
  border-bottom: 12px solid #ff6519;
}


.home_hero_bg_video:after {
 /* background-image: url(https://8560332.fs1.hubspotusercontent-na1.net/hubfs/8560332/raw_assets/public/pike-child-sms/images/sms_divider.svg);  */
 background-image: url(https://8560332.fs1.hubspotusercontent-na1.net/hubfs/8560332/home_hero-divider-lrg.svg);
 content: '';
  width: 100%;
  position: absolute;
  height: 100px;
  z-index: 20;
  bottom: -2px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}

@media (max-width: 767px) {
  
  .home_hero_bg_video:after {
    background-image: url(https://8560332.fs1.hubspotusercontent-na1.net/hubfs/8560332/home_hero-divider.svg);  
  }
}

.content-rendering-anchor{
  width: 100%;
  background: #eaf0f6;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px dashed #cbd6e2;
  margin-bottom: 15px;
  z-index: 9999;
  position: relative;
}
.content-rendering-anchor>p{
  color: #FF6519;
  display: block;
  text-align: center;
  margin: 6px;
}
