.hero-video.component{position:relative;background-color:#000;color:#fff}
.hero-video .videoWrapper{position:relative;height:auto;padding-top:0;padding-bottom:0}
.hero-video .videoWrapper object{position:absolute}
.hero-video .videoWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}
.hero-video .video-js .vjs-big-play-button,.hero-video .video-js .vjs-dock-text{display:none}
.hero-video .headline{display:flex;position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;pointer-events:none;background-image:linear-gradient(to bottom,rgba(0,0,0,0) 20%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.9) 95%)}
.hero-video .headline__row{height:100%}
.hero-video .headline__column{align-self:flex-end;margin-bottom:30px}
.hero-video .headline__content1{margin-bottom:25px}
.hero-video .headline__title h1,.hero-video .headline__title h2,.hero-video .headline__copy p{margin-bottom:0}
.hero-video .headline__copy{display:flex}
.hero-video .headline__copy div:nth-child(2){display:flex;flex-direction:column;justify-content:center}
.hero-video .play-button{display:inline-block;z-index:1;cursor:pointer;margin-right:15px;pointer-events:auto;height:60px}
.hero-video .play-button.video-playing{visibility:hidden}
@media screen and (max-width:767px){.hero-video .videoWrapper--brightcove>div{min-height:500px}
.hero-video .video-js .vjs-poster{background-size:cover}
}
@media screen and (min-width:768px){.hero-video .headline{background-image:linear-gradient(to bottom,rgba(0,0,0,0) 20%,rgba(0,0,0,0.4) 60%,#000 90%)}
}
@media screen and (min-width:1024px){.hero-video .headline__column{margin-bottom:50px}
.hero-video .headline__title,.hero-video .headline__copy{margin-left:45px}
}
@media screen and (min-width:1300px){.hero-video .headline__column{margin-bottom:80px}
}
body[dir="rtl"] .hero-video .videoWrapper iframe{right:0;left:initial}
body[dir="rtl"] .hero-video .play-button{margin-left:15px;margin-right:initial}
@media screen and (min-width:1024px){body[dir="rtl"] .hero-video .headline__title,body[dir="rtl"] .hero-video .headline__copy{margin-right:45px;margin-left:initial}
}