/* v189: zuverlässiger sichtbarer Local-Video-Banner */
.top-video-banner,
.seo-top-video-banner{
  background-color:#0d0b09;
}
.seo-top-video-banner{
  background-image:url('/assets/img/hero-video-poster-v150.jpg');
  background-size:cover;
  background-position:center;
}
.seo-top-video-banner video[data-delayed-hero-video]{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  opacity:1 !important;
  visibility:visible !important;
}
@media(max-width:760px){
  .seo-top-video-banner{
    background-image:url('/assets/img/hero-video-poster-mobile-v150.jpg');
  }
}
