.holst-post-banner-embed-container { 
  position: relative; 
  overflow: hidden; 
  width: 100%;
  max-width: 100%;
  z-index: 0; 
} 
.holst-post-banner-embed-container iframe, .holst-post-banner-embed-container object, .holst-post-banner-embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.holst-post-banner-video-content {
    width: 65%;
    text-align: center;
    z-index: 15;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
}
.holst-post-banner-video-content h1 {
  color: #fff;
  text-transform: uppercase;
  margin: 0px;
  font-size: 2.6em;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'AvenirBlackWeb';
}
.holst-post-banner-video-content p {
  color: #fff;
  margin-top: 0px;
  letter-spacing: 1px;
  font-size: 1em;
}
.holst-post-banner-video-content a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 1px;
}
svg.banner-arrow { width: 30px; height: 30px; margin-bottom: -10px; }
.holst-post-banner-embed-container video {
  width: 100% !important;
  height: auto !important;
}
.director-page .holst-post-banner-video-content { top: 55%; }

@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.fade-in { animation: fadeIn ease-in 1; animation-fill-mode:forwards; animation-duration:1s; opacity: 0; animation-delay: 1.5s; }

@media (max-width: 767px) {
  .holst-post-banner-video-content { 
    background: rgba(0,0,0,1); 
    border: 0;
    width: 100%; 
    left: 0; 
    margin-left: 0; 
    position: relative; 
    padding: 20px 20px 25px;
     -webkit-transform: none;
    transform: none;
  
  }
  .holst-post-banner-video-content h1 { font-size: 1.6em; margin-top: 0px; margin-bottom: 5px; }
  .carousel-container { margin-top: 0px; }
  @keyframes fadeIn { from { opacity:1; margin-top: -10px; } to { opacity:1; margin-top: -25px; } }
}

.rr_btn {
      border: 2px solid white;
    padding: 14px;
    border-radius: 10px;
  margin-top:50px;
  
}


.rr_btn: hover {
text-decoration:none;
transform: scale(1.2); 
}